Shades of Light Sea Green #36BFAB
Tints of Light Sea Green #36BFAB
RGB
CMYK
RGB Variations
Color information
#36BFAB (or 0x36BFAB) is known color: Light Sea Green. HEX triplet: 36, BF and AB. RGB value is (54,191,171). Sum of RGB (Red+Green+Blue) = 54+191+171=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #36BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BFAB is #C94054. Grayscale: #939393. Windows color (decimal): -13189205 or 11255606. OLE color: 11255606.
HSL color Cylindrical-coordinate representation of color #36BFAB: hue angle of 171.24º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BFAB is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 191 | 171 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.25 |
| HSL | 171.24º | 0.56% | 0.48% | - |
| HSV(B) | 171.24º | 0.72% | 0.75% | - |
| XYZ | 27.5 | 40.99 | 44.99 | - |
| YUV | 147.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 171 | 0.72 | 0 | 0.10 | 0.25 | 171.24 | 0.56 | 0.48 |
| Hex | 36 | BF | AB | 48 | 0 | A | 19 | AB | 38 | 30 |
| Octal | 66 | 277 | 253 | 110 | 0 | 12 | 31 | 253 | 70 | 60 |
| Binary | 110110 | 10111111 | 10101011 | 1001000 | 0 | 1010 | 11001 | 10101011 | 111000 | 110000 |
Color Harmonies of #36BFAB
Complementary color
Monochromatic Colors of #36BFAB
Black with #36BFAB
Text Example
Text Example
White with #36BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BFAB; }
p { color: rgb(54,191,171); }
H1.HeaderClassName
{
color: #36BFAB;
}
.AnyTagClassName
{
color: #36BFAB;
}
</style>
background-color css
<style>
a { background-color: #36BFAB; }
a { background-color: rgb(54,191,171); }
div.DivClassName
{
background-color: #36BFAB;
}
.BgClassName
{
background-color: #36BFAB;
}
</style>
border-color css
<style>
span { border-color: #36BFAB; }
span { border-color: rgb(54,191,171); }
td.TdClassName
{
border-color: #36BFAB;
}
.TagClassName
{
border-color: #36BFAB;
}
</style>