#36BBAA

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

Shades of Light Sea Green #36BBAA

Tints of Light Sea Green #36BBAA

Color information

#36BBAA (or 0x36BBAA) is unknown color: approx Light Sea Green. HEX triplet: 36, BB and AA. RGB value is (54,187,170). Sum of RGB (Red+Green+Blue) = 54+187+170=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #36BBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BBAA is #C94455. Grayscale: #919191. Windows color (decimal): -13190230 or 11189046. OLE color: 11189046.

HSL color Cylindrical-coordinate representation of color #36BBAA: hue angle of 172.33º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BBAA is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB54187170-
CMYK0.7100.090.27
HSL172.33º55.19%47.25%-
HSV(B)172.33º71.12%73.33%-
XYZ26.5539.2344.2-
YUV145.29141.9462.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.14%
GREEN value IS 187 (73.44% from 255) = 45.50%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=13.14%
G=45.50%
B=41.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541871700.7100.090.27172.3355.1947.25
Hex36BBAA47091Bac372f
Octal66273252107011332546757
Binary11011010111011101010101000111010011101110101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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