Shades of Light Sea Green #36B3A0
Tints of Light Sea Green #36B3A0
RGB
CMYK
RGB Variations
Color information
#36B3A0 (or 0x36B3A0) is known color: Light Sea Green. HEX triplet: 36, B3 and A0. RGB value is (54,179,160). Sum of RGB (Red+Green+Blue) = 54+179+160=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #36B3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B3A0 is #C94C5F. Grayscale: #8B8B8B. Windows color (decimal): -13192288 or 10531638. OLE color: 10531638.
HSL color Cylindrical-coordinate representation of color #36B3A0: hue angle of 170.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B3A0 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 179 | 160 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.30 |
| HSL | 170.88º | 0.54% | 0.46% | - |
| HSV(B) | 170.88º | 0.7% | 0.7% | - |
| XYZ | 23.99 | 35.56 | 38.86 | - |
| YUV | 139.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 179 | 160 | 0.70 | 0 | 0.11 | 0.30 | 170.88 | 0.54 | 0.46 |
| Hex | 36 | B3 | A0 | 46 | 0 | B | 1E | AB | 36 | 2E |
| Octal | 66 | 263 | 240 | 106 | 0 | 13 | 36 | 253 | 66 | 56 |
| Binary | 110110 | 10110011 | 10100000 | 1000110 | 0 | 1011 | 11110 | 10101011 | 110110 | 101110 |
Color Harmonies of #36B3A0
Complementary color
Monochromatic Colors of #36B3A0
Black with #36B3A0
Text Example
Text Example
White with #36B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B3A0; }
p { color: rgb(54,179,160); }
H1.HeaderClassName
{
color: #36B3A0;
}
.AnyTagClassName
{
color: #36B3A0;
}
</style>
background-color css
<style>
a { background-color: #36B3A0; }
a { background-color: rgb(54,179,160); }
div.DivClassName
{
background-color: #36B3A0;
}
.BgClassName
{
background-color: #36B3A0;
}
</style>
border-color css
<style>
span { border-color: #36B3A0; }
span { border-color: rgb(54,179,160); }
td.TdClassName
{
border-color: #36B3A0;
}
.TagClassName
{
border-color: #36B3A0;
}
</style>