Shades of Light Sea Green #36AAA0
Tints of Light Sea Green #36AAA0
RGB
CMYK
RGB Variations
Color information
#36AAA0 (or 0x36AAA0) is known color: Light Sea Green. HEX triplet: 36, AA and A0. RGB value is (54,170,160). Sum of RGB (Red+Green+Blue) = 54+170+160=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #36AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AAA0 is #C9555F. Grayscale: #868686. Windows color (decimal): -13194592 or 10529334. OLE color: 10529334.
HSL color Cylindrical-coordinate representation of color #36AAA0: hue angle of 174.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AAA0 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 170 | 160 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.33 |
| HSL | 174.83º | 0.52% | 0.44% | - |
| HSV(B) | 174.83º | 0.68% | 0.67% | - |
| XYZ | 22.24 | 32.07 | 38.28 | - |
| YUV | 134.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 170 | 160 | 0.68 | 0 | 0.06 | 0.33 | 174.83 | 0.52 | 0.44 |
| Hex | 36 | AA | A0 | 44 | 0 | 6 | 21 | AF | 34 | 2C |
| Octal | 66 | 252 | 240 | 104 | 0 | 6 | 41 | 257 | 64 | 54 |
| Binary | 110110 | 10101010 | 10100000 | 1000100 | 0 | 110 | 100001 | 10101111 | 110100 | 101100 |
Color Harmonies of #36AAA0
Complementary color
Monochromatic Colors of #36AAA0
Black with #36AAA0
Text Example
Text Example
White with #36AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AAA0; }
p { color: rgb(54,170,160); }
H1.HeaderClassName
{
color: #36AAA0;
}
.AnyTagClassName
{
color: #36AAA0;
}
</style>
background-color css
<style>
a { background-color: #36AAA0; }
a { background-color: rgb(54,170,160); }
div.DivClassName
{
background-color: #36AAA0;
}
.BgClassName
{
background-color: #36AAA0;
}
</style>
border-color css
<style>
span { border-color: #36AAA0; }
span { border-color: rgb(54,170,160); }
td.TdClassName
{
border-color: #36AAA0;
}
.TagClassName
{
border-color: #36AAA0;
}
</style>