#35A49A

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

Shades of Java #35A49A

Tints of Java #35A49A

Color information

#35A49A (or 0x35A49A) is unknown color: approx Java. HEX triplet: 35, A4 and 9A. RGB value is (53,164,154). Sum of RGB (Red+Green+Blue) = 53+164+154=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #35A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A49A is #CA5B65. Grayscale: #818181. Windows color (decimal): -13261670 or 10134581. OLE color: 10134581.

HSL color Cylindrical-coordinate representation of color #35A49A: hue angle of 174.59º 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 #35A49A is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB53164154-
CMYK0.6800.060.36
HSL174.59º51.15%42.55%-
HSV(B)174.59º67.68%64.31%-
XYZ20.5829.6435.21-
YUV129.67141.7373.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=14.29%
G=44.20%
B=41.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641540.6800.060.36174.5951.1542.55
Hex35A49A440624af332b
Octal6524423210406442576353
Binary11010110100100100110101000100011010010010101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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