#36BCAB

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

Shades of Light Sea Green #36BCAB

Tints of Light Sea Green #36BCAB

Color information

#36BCAB (or 0x36BCAB) is unknown color: approx Light Sea Green. HEX triplet: 36, BC and AB. RGB value is (54,188,171). Sum of RGB (Red+Green+Blue) = 54+188+171=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #36BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BCAB is #C94354. Grayscale: #919191. Windows color (decimal): -13189973 or 11254838. OLE color: 11254838.

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

Color convert

RGB54188171-
CMYK0.7100.090.26
HSL172.39º55.37%47.45%-
HSV(B)172.39º71.28%73.73%-
XYZ26.8639.6944.77-
YUV146142.1162.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.08%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=13.08%
G=45.52%
B=41.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541881710.7100.090.26172.3955.3747.45
Hex36BCAB47091Aac372f
Octal66274253107011322546757
Binary11011010111100101010111000111010011101010101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,188,171); }

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

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

 a { background-color: rgb(54,188,171); }

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

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

 span { border-color: rgb(54,188,171); }

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