#35ABAF

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

Shades of Light Sea Green #35ABAF

Tints of Light Sea Green #35ABAF

Color information

#35ABAF (or 0x35ABAF) is unknown color: approx Light Sea Green. HEX triplet: 35, AB and AF. RGB value is (53,171,175). Sum of RGB (Red+Green+Blue) = 53+171+175=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #35ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ABAF is #CA5450. Grayscale: #888888. Windows color (decimal): -13259857 or 11512629. OLE color: 11512629.

HSL color Cylindrical-coordinate representation of color #35ABAF: hue angle of 181.97º 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 #35ABAF is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53171175-
CMYK0.700.0200.31
HSL181.97º53.51%44.71%-
HSV(B)181.97º69.71%68.63%-
XYZ23.7732.9845.67-
YUV136.17149.9168.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=13.28%
G=42.86%
B=43.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531711750.700.0200.31181.9753.5144.71
Hex35ABAF46201Fb6362d
Octal6525325710620372666655
Binary110101101010111010111110001101001111110110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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