#35A49B

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

Shades of Java #35A49B

Tints of Java #35A49B

Color information

#35A49B (or 0x35A49B) is unknown color: approx Java. HEX triplet: 35, A4 and 9B. RGB value is (53,164,155). Sum of RGB (Red+Green+Blue) = 53+164+155=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #35A49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A49B is #CA5B64. Grayscale: #818181. Windows color (decimal): -13261669 or 10200117. OLE color: 10200117.

HSL color Cylindrical-coordinate representation of color #35A49B: hue angle of 175.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A49B is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB53164155-
CMYK0.6800.050.36
HSL175.14º51.15%42.55%-
HSV(B)175.14º67.68%64.31%-
XYZ20.6629.6735.65-
YUV129.78142.2373.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=14.25%
G=44.09%
B=41.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641550.6800.050.36175.1451.1542.55
Hex35A49B440524af332b
Octal6524423310405442576353
Binary11010110100100100110111000100010110010010101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,164,155); }

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

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

 a { background-color: rgb(53,164,155); }

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

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

 span { border-color: rgb(53,164,155); }

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