Shades of Light Sea Green #36AAA8
Tints of Light Sea Green #36AAA8
RGB
CMYK
RGB Variations
Color information
#36AAA8 (or 0x36AAA8) is known color: Light Sea Green. HEX triplet: 36, AA and A8. RGB value is (54,170,168). Sum of RGB (Red+Green+Blue) = 54+170+168=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #36AAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AAA8 is #C95557. Grayscale: #868686. Windows color (decimal): -13194584 or 11053622. OLE color: 11053622.
HSL color Cylindrical-coordinate representation of color #36AAA8: hue angle of 178.97º 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 #36AAA8 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 170 | 168 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.33 |
| HSL | 178.97º | 0.52% | 0.44% | - |
| HSV(B) | 178.97º | 0.68% | 0.67% | - |
| XYZ | 22.96 | 32.36 | 42.08 | - |
| YUV | 135.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 170 | 168 | 0.68 | 0 | 0.01 | 0.33 | 178.97 | 0.52 | 0.44 |
| Hex | 36 | AA | A8 | 44 | 0 | 1 | 21 | B3 | 34 | 2C |
| Octal | 66 | 252 | 250 | 104 | 0 | 1 | 41 | 263 | 64 | 54 |
| Binary | 110110 | 10101010 | 10101000 | 1000100 | 0 | 1 | 100001 | 10110011 | 110100 | 101100 |
Color Harmonies of #36AAA8
Complementary color
Monochromatic Colors of #36AAA8
Black with #36AAA8
Text Example
Text Example
White with #36AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AAA8; }
p { color: rgb(54,170,168); }
H1.HeaderClassName
{
color: #36AAA8;
}
.AnyTagClassName
{
color: #36AAA8;
}
</style>
background-color css
<style>
a { background-color: #36AAA8; }
a { background-color: rgb(54,170,168); }
div.DivClassName
{
background-color: #36AAA8;
}
.BgClassName
{
background-color: #36AAA8;
}
</style>
border-color css
<style>
span { border-color: #36AAA8; }
span { border-color: rgb(54,170,168); }
td.TdClassName
{
border-color: #36AAA8;
}
.TagClassName
{
border-color: #36AAA8;
}
</style>