Shades of Light Sea Green #15C1A8
Tints of Light Sea Green #15C1A8
RGB
CMYK
RGB Variations
Color information
#15C1A8 (or 0x15C1A8) is known color: Light Sea Green. HEX triplet: 15, C1 and A8. RGB value is (21,193,168). Sum of RGB (Red+Green+Blue) = 21+193+168=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #15C1A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C1A8 is #EA3E57. Grayscale: #8A8A8A. Windows color (decimal): -15351384 or 11059477. OLE color: 11059477.
HSL color Cylindrical-coordinate representation of color #15C1A8: hue angle of 171.28º 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 #15C1A8 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 193 | 168 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.24 |
| HSL | 171.28º | 0.8% | 0.42% | - |
| HSV(B) | 171.28º | 0.89% | 0.76% | - |
| XYZ | 26.45 | 41.13 | 43.59 | - |
| YUV | 138.72 | 144.52 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 193 | 168 | 0.89 | 0 | 0.13 | 0.24 | 171.28 | 0.8 | 0.42 |
| Hex | 15 | C1 | A8 | 59 | 0 | D | 18 | AB | 50 | 2A |
| Octal | 25 | 301 | 250 | 131 | 0 | 15 | 30 | 253 | 120 | 52 |
| Binary | 10101 | 11000001 | 10101000 | 1011001 | 0 | 1101 | 11000 | 10101011 | 1010000 | 101010 |
Color Harmonies of #15C1A8
Complementary color
Monochromatic Colors of #15C1A8
Black with #15C1A8
Text Example
Text Example
White with #15C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C1A8; }
p { color: rgb(21,193,168); }
H1.HeaderClassName
{
color: #15C1A8;
}
.AnyTagClassName
{
color: #15C1A8;
}
</style>
background-color css
<style>
a { background-color: #15C1A8; }
a { background-color: rgb(21,193,168); }
div.DivClassName
{
background-color: #15C1A8;
}
.BgClassName
{
background-color: #15C1A8;
}
</style>
border-color css
<style>
span { border-color: #15C1A8; }
span { border-color: rgb(21,193,168); }
td.TdClassName
{
border-color: #15C1A8;
}
.TagClassName
{
border-color: #15C1A8;
}
</style>