Shades of Light Sea Green #15C2A8
Tints of Light Sea Green #15C2A8
RGB
CMYK
RGB Variations
Color information
#15C2A8 (or 0x15C2A8) is known color: Light Sea Green. HEX triplet: 15, C2 and A8. RGB value is (21,194,168). Sum of RGB (Red+Green+Blue) = 21+194+168=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #15C2A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C2A8 is #EA3D57. Grayscale: #8B8B8B. Windows color (decimal): -15351128 or 11059733. OLE color: 11059733.
HSL color Cylindrical-coordinate representation of color #15C2A8: hue angle of 170.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C2A8 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 194 | 168 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.24 |
| HSL | 170.98º | 0.8% | 0.42% | - |
| HSV(B) | 170.98º | 0.89% | 0.76% | - |
| XYZ | 26.67 | 41.57 | 43.66 | - |
| YUV | 139.31 | 144.19 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 168 | 0.89 | 0 | 0.13 | 0.24 | 170.98 | 0.8 | 0.42 |
| Hex | 15 | C2 | A8 | 59 | 0 | D | 18 | AB | 50 | 2A |
| Octal | 25 | 302 | 250 | 131 | 0 | 15 | 30 | 253 | 120 | 52 |
| Binary | 10101 | 11000010 | 10101000 | 1011001 | 0 | 1101 | 11000 | 10101011 | 1010000 | 101010 |
Color Harmonies of #15C2A8
Complementary color
Monochromatic Colors of #15C2A8
Black with #15C2A8
Text Example
Text Example
White with #15C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C2A8; }
p { color: rgb(21,194,168); }
H1.HeaderClassName
{
color: #15C2A8;
}
.AnyTagClassName
{
color: #15C2A8;
}
</style>
background-color css
<style>
a { background-color: #15C2A8; }
a { background-color: rgb(21,194,168); }
div.DivClassName
{
background-color: #15C2A8;
}
.BgClassName
{
background-color: #15C2A8;
}
</style>
border-color css
<style>
span { border-color: #15C2A8; }
span { border-color: rgb(21,194,168); }
td.TdClassName
{
border-color: #15C2A8;
}
.TagClassName
{
border-color: #15C2A8;
}
</style>