Shades of Light Sea Green #15C0AB
Tints of Light Sea Green #15C0AB
RGB
CMYK
RGB Variations
Color information
#15C0AB (or 0x15C0AB) is known color: Light Sea Green. HEX triplet: 15, C0 and AB. RGB value is (21,192,171). Sum of RGB (Red+Green+Blue) = 21+192+171=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #15C0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C0AB is #EA3F54. Grayscale: #8A8A8A. Windows color (decimal): -15351637 or 11255829. OLE color: 11255829.
HSL color Cylindrical-coordinate representation of color #15C0AB: hue angle of 172.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C0AB is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 171 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.25 |
| HSL | 172.63º | 0.8% | 0.42% | - |
| HSV(B) | 172.63º | 0.89% | 0.75% | - |
| XYZ | 26.51 | 40.8 | 45.01 | - |
| YUV | 138.48 | 146.35 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 171 | 0.89 | 0 | 0.11 | 0.25 | 172.63 | 0.8 | 0.42 |
| Hex | 15 | C0 | AB | 59 | 0 | B | 19 | AD | 50 | 2A |
| Octal | 25 | 300 | 253 | 131 | 0 | 13 | 31 | 255 | 120 | 52 |
| Binary | 10101 | 11000000 | 10101011 | 1011001 | 0 | 1011 | 11001 | 10101101 | 1010000 | 101010 |
Color Harmonies of #15C0AB
Complementary color
Monochromatic Colors of #15C0AB
Black with #15C0AB
Text Example
Text Example
White with #15C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0AB; }
p { color: rgb(21,192,171); }
H1.HeaderClassName
{
color: #15C0AB;
}
.AnyTagClassName
{
color: #15C0AB;
}
</style>
background-color css
<style>
a { background-color: #15C0AB; }
a { background-color: rgb(21,192,171); }
div.DivClassName
{
background-color: #15C0AB;
}
.BgClassName
{
background-color: #15C0AB;
}
</style>
border-color css
<style>
span { border-color: #15C0AB; }
span { border-color: rgb(21,192,171); }
td.TdClassName
{
border-color: #15C0AB;
}
.TagClassName
{
border-color: #15C0AB;
}
</style>