Shades of Light Sea Green #36C2B8
Tints of Light Sea Green #36C2B8
RGB
CMYK
RGB Variations
Color information
#36C2B8 (or 0x36C2B8) is known color: Light Sea Green. HEX triplet: 36, C2 and B8. RGB value is (54,194,184). Sum of RGB (Red+Green+Blue) = 54+194+184=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2B8 is #C93D47. Grayscale: #969696. Windows color (decimal): -13188424 or 12108342. OLE color: 12108342.
HSL color Cylindrical-coordinate representation of color #36C2B8: hue angle of 175.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C2B8 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 184 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.24 |
| HSL | 175.71º | 0.56% | 0.49% | - |
| HSV(B) | 175.71º | 0.72% | 0.76% | - |
| XYZ | 29.46 | 42.83 | 52.06 | - |
| YUV | 151 | 146.62 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 184 | 0.72 | 0 | 0.05 | 0.24 | 175.71 | 0.56 | 0.49 |
| Hex | 36 | C2 | B8 | 48 | 0 | 5 | 18 | B0 | 38 | 31 |
| Octal | 66 | 302 | 270 | 110 | 0 | 5 | 30 | 260 | 70 | 61 |
| Binary | 110110 | 11000010 | 10111000 | 1001000 | 0 | 101 | 11000 | 10110000 | 111000 | 110001 |
Color Harmonies of #36C2B8
Complementary color
Monochromatic Colors of #36C2B8
Black with #36C2B8
Text Example
Text Example
White with #36C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C2B8; }
p { color: rgb(54,194,184); }
H1.HeaderClassName
{
color: #36C2B8;
}
.AnyTagClassName
{
color: #36C2B8;
}
</style>
background-color css
<style>
a { background-color: #36C2B8; }
a { background-color: rgb(54,194,184); }
div.DivClassName
{
background-color: #36C2B8;
}
.BgClassName
{
background-color: #36C2B8;
}
</style>
border-color css
<style>
span { border-color: #36C2B8; }
span { border-color: rgb(54,194,184); }
td.TdClassName
{
border-color: #36C2B8;
}
.TagClassName
{
border-color: #36C2B8;
}
</style>