Shades of Light Sea Green #36BCA8
Tints of Light Sea Green #36BCA8
RGB
CMYK
RGB Variations
Color information
#36BCA8 (or 0x36BCA8) is known color: Light Sea Green. HEX triplet: 36, BC and A8. RGB value is (54,188,168). Sum of RGB (Red+Green+Blue) = 54+188+168=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #36BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BCA8 is #C94357. Grayscale: #919191. Windows color (decimal): -13189976 or 11058230. OLE color: 11058230.
HSL color Cylindrical-coordinate representation of color #36BCA8: hue angle of 171.04º 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 #36BCA8 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 168 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.26 |
| HSL | 171.04º | 0.55% | 0.47% | - |
| HSV(B) | 171.04º | 0.71% | 0.74% | - |
| XYZ | 26.57 | 39.58 | 43.28 | - |
| YUV | 145.65 | 140.61 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 168 | 0.71 | 0 | 0.11 | 0.26 | 171.04 | 0.55 | 0.47 |
| Hex | 36 | BC | A8 | 47 | 0 | B | 1A | AB | 37 | 2F |
| Octal | 66 | 274 | 250 | 107 | 0 | 13 | 32 | 253 | 67 | 57 |
| Binary | 110110 | 10111100 | 10101000 | 1000111 | 0 | 1011 | 11010 | 10101011 | 110111 | 101111 |
Color Harmonies of #36BCA8
Complementary color
Monochromatic Colors of #36BCA8
Black with #36BCA8
Text Example
Text Example
White with #36BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCA8; }
p { color: rgb(54,188,168); }
H1.HeaderClassName
{
color: #36BCA8;
}
.AnyTagClassName
{
color: #36BCA8;
}
</style>
background-color css
<style>
a { background-color: #36BCA8; }
a { background-color: rgb(54,188,168); }
div.DivClassName
{
background-color: #36BCA8;
}
.BgClassName
{
background-color: #36BCA8;
}
</style>
border-color css
<style>
span { border-color: #36BCA8; }
span { border-color: rgb(54,188,168); }
td.TdClassName
{
border-color: #36BCA8;
}
.TagClassName
{
border-color: #36BCA8;
}
</style>