Shades of Light Sea Green #36C0AC
Tints of Light Sea Green #36C0AC
RGB
CMYK
RGB Variations
Color information
#36C0AC (or 0x36C0AC) is known color: Light Sea Green. HEX triplet: 36, C0 and AC. RGB value is (54,192,172). Sum of RGB (Red+Green+Blue) = 54+192+172=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #36C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C0AC is #C93F53. Grayscale: #949494. Windows color (decimal): -13188948 or 11321398. OLE color: 11321398.
HSL color Cylindrical-coordinate representation of color #36C0AC: hue angle of 171.3º 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 #36C0AC is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 172 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.25 |
| HSL | 171.3º | 0.56% | 0.48% | - |
| HSV(B) | 171.3º | 0.72% | 0.75% | - |
| XYZ | 27.82 | 41.46 | 45.57 | - |
| YUV | 148.46 | 141.28 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 172 | 0.72 | 0 | 0.10 | 0.25 | 171.3 | 0.56 | 0.48 |
| Hex | 36 | C0 | AC | 48 | 0 | A | 19 | AB | 38 | 30 |
| Octal | 66 | 300 | 254 | 110 | 0 | 12 | 31 | 253 | 70 | 60 |
| Binary | 110110 | 11000000 | 10101100 | 1001000 | 0 | 1010 | 11001 | 10101011 | 111000 | 110000 |
Color Harmonies of #36C0AC
Complementary color
Monochromatic Colors of #36C0AC
Black with #36C0AC
Text Example
Text Example
White with #36C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C0AC; }
p { color: rgb(54,192,172); }
H1.HeaderClassName
{
color: #36C0AC;
}
.AnyTagClassName
{
color: #36C0AC;
}
</style>
background-color css
<style>
a { background-color: #36C0AC; }
a { background-color: rgb(54,192,172); }
div.DivClassName
{
background-color: #36C0AC;
}
.BgClassName
{
background-color: #36C0AC;
}
</style>
border-color css
<style>
span { border-color: #36C0AC; }
span { border-color: rgb(54,192,172); }
td.TdClassName
{
border-color: #36C0AC;
}
.TagClassName
{
border-color: #36C0AC;
}
</style>