#35AF9F

Color #35AF9F Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #35AF9F

Tints of Light Sea Green #35AF9F

Color information

#35AF9F (or 0x35AF9F) is unknown color: approx Light Sea Green. HEX triplet: 35, AF and 9F. RGB value is (53,175,159). Sum of RGB (Red+Green+Blue) = 53+175+159=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AF9F is #CA5060. Grayscale: #888888. Windows color (decimal): -13258849 or 10465077. OLE color: 10465077.

HSL color Cylindrical-coordinate representation of color #35AF9F: hue angle of 172.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF9F is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB53175159-
CMYK0.7000.090.31
HSL172.13º53.51%44.71%-
HSV(B)172.13º69.71%68.63%-
XYZ23.0633.9238.13-
YUV136.7140.5868.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=13.70%
G=45.22%
B=41.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751590.7000.090.31172.1353.5144.71
Hex35AF9F46091Fac362d
Octal65257237106011372546655
Binary11010110101111100111111000110010011111110101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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