#35A69F

Color #35A69F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #35A69F

Tints of Java #35A69F

Color information

#35A69F (or 0x35A69F) is unknown color: approx Java. HEX triplet: 35, A6 and 9F. RGB value is (53,166,159). Sum of RGB (Red+Green+Blue) = 53+166+159=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #35A69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A69F is #CA5960. Grayscale: #838383. Windows color (decimal): -13261153 or 10462773. OLE color: 10462773.

HSL color Cylindrical-coordinate representation of color #35A69F: hue angle of 176.28º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A69F is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB53166159-
CMYK0.6800.040.35
HSL176.28º51.6%42.94%-
HSV(B)176.28º68.07%65.1%-
XYZ21.3630.5337.57-
YUV131.42143.5672.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 14.02%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=14.02%
G=43.92%
B=42.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531661590.6800.040.35176.2851.642.94
Hex35A69F440423b0342b
Octal6524623710404432606453
Binary11010110100110100111111000100010010001110110000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A69F; }

 p { color: rgb(53,166,159); }

 H1.HeaderClassName
 {
   color: #35A69F;
 }
 .AnyTagClassName
 {
   color: #35A69F;
 }
</style>
background-color css

<style>
 a { background-color: #35A69F; }

 a { background-color: rgb(53,166,159); }

 div.DivClassName
 {
   background-color: #35A69F;
 }
 .BgClassName
 {
   background-color: #35A69F;
 }
</style>
border-color css

<style>
 span { border-color: #35A69F; }

 span { border-color: rgb(53,166,159); }

 td.TdClassName
 {
   border-color: #35A69F;
 }
 .TagClassName
 {
   border-color: #35A69F;
 }
</style>