Shades of Light Sea Green #15C0A4
Tints of Light Sea Green #15C0A4
RGB
CMYK
RGB Variations
Color information
#15C0A4 (or 0x15C0A4) is known color: Light Sea Green. HEX triplet: 15, C0 and A4. RGB value is (21,192,164). Sum of RGB (Red+Green+Blue) = 21+192+164=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #15C0A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C0A4 is #EA3F5B. Grayscale: #898989. Windows color (decimal): -15351644 or 10797077. OLE color: 10797077.
HSL color Cylindrical-coordinate representation of color #15C0A4: hue angle of 170.18º 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 #15C0A4 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 164 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.25 |
| HSL | 170.18º | 0.8% | 0.42% | - |
| HSV(B) | 170.18º | 0.89% | 0.75% | - |
| XYZ | 25.86 | 40.54 | 41.58 | - |
| YUV | 137.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 164 | 0.89 | 0 | 0.15 | 0.25 | 170.18 | 0.8 | 0.42 |
| Hex | 15 | C0 | A4 | 59 | 0 | F | 19 | AA | 50 | 2A |
| Octal | 25 | 300 | 244 | 131 | 0 | 17 | 31 | 252 | 120 | 52 |
| Binary | 10101 | 11000000 | 10100100 | 1011001 | 0 | 1111 | 11001 | 10101010 | 1010000 | 101010 |
Color Harmonies of #15C0A4
Complementary color
Monochromatic Colors of #15C0A4
Black with #15C0A4
Text Example
Text Example
White with #15C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0A4; }
p { color: rgb(21,192,164); }
H1.HeaderClassName
{
color: #15C0A4;
}
.AnyTagClassName
{
color: #15C0A4;
}
</style>
background-color css
<style>
a { background-color: #15C0A4; }
a { background-color: rgb(21,192,164); }
div.DivClassName
{
background-color: #15C0A4;
}
.BgClassName
{
background-color: #15C0A4;
}
</style>
border-color css
<style>
span { border-color: #15C0A4; }
span { border-color: rgb(21,192,164); }
td.TdClassName
{
border-color: #15C0A4;
}
.TagClassName
{
border-color: #15C0A4;
}
</style>