Shades of Light Sea Green #36B49F
Tints of Light Sea Green #36B49F
RGB
CMYK
RGB Variations
Color information
#36B49F (or 0x36B49F) is known color: Light Sea Green. HEX triplet: 36, B4 and 9F. RGB value is (54,180,159). Sum of RGB (Red+Green+Blue) = 54+180+159=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #36B49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B49F is #C94B60. Grayscale: #8B8B8B. Windows color (decimal): -13192033 or 10466358. OLE color: 10466358.
HSL color Cylindrical-coordinate representation of color #36B49F: hue angle of 170º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B49F is Cyan = 0.7, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 180 | 159 | - |
| CMYK | 0.7 | 0 | 0.12 | 0.29 |
| HSL | 170º | 0.54% | 0.46% | - |
| HSV(B) | 170º | 0.7% | 0.71% | - |
| XYZ | 24.1 | 35.93 | 38.47 | - |
| YUV | 139.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 180 | 159 | 0.7 | 0 | 0.12 | 0.29 | 170 | 0.54 | 0.46 |
| Hex | 36 | B4 | 9F | 46 | 0 | C | 1D | AA | 36 | 2E |
| Octal | 66 | 264 | 237 | 106 | 0 | 14 | 35 | 252 | 66 | 56 |
| Binary | 110110 | 10110100 | 10011111 | 1000110 | 0 | 1100 | 11101 | 10101010 | 110110 | 101110 |
Color Harmonies of #36B49F
Complementary color
Monochromatic Colors of #36B49F
Black with #36B49F
Text Example
Text Example
White with #36B49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B49F; }
p { color: rgb(54,180,159); }
H1.HeaderClassName
{
color: #36B49F;
}
.AnyTagClassName
{
color: #36B49F;
}
</style>
background-color css
<style>
a { background-color: #36B49F; }
a { background-color: rgb(54,180,159); }
div.DivClassName
{
background-color: #36B49F;
}
.BgClassName
{
background-color: #36B49F;
}
</style>
border-color css
<style>
span { border-color: #36B49F; }
span { border-color: rgb(54,180,159); }
td.TdClassName
{
border-color: #36B49F;
}
.TagClassName
{
border-color: #36B49F;
}
</style>