Shades of Light Sea Green #36A8AB
Tints of Light Sea Green #36A8AB
RGB
CMYK
RGB Variations
Color information
#36A8AB (or 0x36A8AB) is known color: Light Sea Green. HEX triplet: 36, A8 and AB. RGB value is (54,168,171). Sum of RGB (Red+Green+Blue) = 54+168+171=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #36A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A8AB is #C95754. Grayscale: #868686. Windows color (decimal): -13195093 or 11249718. OLE color: 11249718.
HSL color Cylindrical-coordinate representation of color #36A8AB: hue angle of 181.54º 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 #36A8AB is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 168 | 171 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.33 |
| HSL | 181.54º | 0.52% | 0.44% | - |
| HSV(B) | 181.54º | 0.68% | 0.67% | - |
| XYZ | 22.87 | 31.73 | 43.45 | - |
| YUV | 134.26 | 148.73 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 168 | 171 | 0.68 | 0.02 | 0 | 0.33 | 181.54 | 0.52 | 0.44 |
| Hex | 36 | A8 | AB | 44 | 2 | 0 | 21 | B6 | 34 | 2C |
| Octal | 66 | 250 | 253 | 104 | 2 | 0 | 41 | 266 | 64 | 54 |
| Binary | 110110 | 10101000 | 10101011 | 1000100 | 10 | 0 | 100001 | 10110110 | 110100 | 101100 |
Color Harmonies of #36A8AB
Complementary color
Monochromatic Colors of #36A8AB
Black with #36A8AB
Text Example
Text Example
White with #36A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A8AB; }
p { color: rgb(54,168,171); }
H1.HeaderClassName
{
color: #36A8AB;
}
.AnyTagClassName
{
color: #36A8AB;
}
</style>
background-color css
<style>
a { background-color: #36A8AB; }
a { background-color: rgb(54,168,171); }
div.DivClassName
{
background-color: #36A8AB;
}
.BgClassName
{
background-color: #36A8AB;
}
</style>
border-color css
<style>
span { border-color: #36A8AB; }
span { border-color: rgb(54,168,171); }
td.TdClassName
{
border-color: #36A8AB;
}
.TagClassName
{
border-color: #36A8AB;
}
</style>