#36AFAA

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

Shades of Light Sea Green #36AFAA

Tints of Light Sea Green #36AFAA

Color information

#36AFAA (or 0x36AFAA) is unknown color: approx Light Sea Green. HEX triplet: 36, AF and AA. RGB value is (54,175,170). Sum of RGB (Red+Green+Blue) = 54+175+170=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #36AFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AFAA is #C95055. Grayscale: #8A8A8A. Windows color (decimal): -13193302 or 11185974. OLE color: 11185974.

HSL color Cylindrical-coordinate representation of color #36AFAA: hue angle of 177.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AFAA is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB54175170-
CMYK0.6900.030.31
HSL177.52º52.84%44.9%-
HSV(B)177.52º69.14%68.63%-
XYZ24.1134.3543.39-
YUV138.25145.9167.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.53%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=13.53%
G=43.86%
B=42.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541751700.6900.030.31177.5252.8444.9
Hex36AFAA45031Fb2352d
Octal6625725210503372626555
Binary110110101011111010101010001010111111110110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36AFAA; }

 p { color: rgb(54,175,170); }

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

<style>
 a { background-color: #36AFAA; }

 a { background-color: rgb(54,175,170); }

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

<style>
 span { border-color: #36AFAA; }

 span { border-color: rgb(54,175,170); }

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