Shades of Light Sea Green #15C0AD
Tints of Light Sea Green #15C0AD
RGB
CMYK
RGB Variations
Color information
#15C0AD (or 0x15C0AD) is known color: Light Sea Green. HEX triplet: 15, C0 and AD. RGB value is (21,192,173). Sum of RGB (Red+Green+Blue) = 21+192+173=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #15C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C0AD is #EA3F52. Grayscale: #8A8A8A. Windows color (decimal): -15351635 or 11386901. OLE color: 11386901.
HSL color Cylindrical-coordinate representation of color #15C0AD: hue angle of 173.33º 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 #15C0AD is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 173 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.25 |
| HSL | 173.33º | 0.8% | 0.42% | - |
| HSV(B) | 173.33º | 0.89% | 0.75% | - |
| XYZ | 26.7 | 40.88 | 46.02 | - |
| YUV | 138.71 | 147.35 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 173 | 0.89 | 0 | 0.10 | 0.25 | 173.33 | 0.8 | 0.42 |
| Hex | 15 | C0 | AD | 59 | 0 | A | 19 | AD | 50 | 2A |
| Octal | 25 | 300 | 255 | 131 | 0 | 12 | 31 | 255 | 120 | 52 |
| Binary | 10101 | 11000000 | 10101101 | 1011001 | 0 | 1010 | 11001 | 10101101 | 1010000 | 101010 |
Color Harmonies of #15C0AD
Complementary color
Monochromatic Colors of #15C0AD
Black with #15C0AD
Text Example
Text Example
White with #15C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0AD; }
p { color: rgb(21,192,173); }
H1.HeaderClassName
{
color: #15C0AD;
}
.AnyTagClassName
{
color: #15C0AD;
}
</style>
background-color css
<style>
a { background-color: #15C0AD; }
a { background-color: rgb(21,192,173); }
div.DivClassName
{
background-color: #15C0AD;
}
.BgClassName
{
background-color: #15C0AD;
}
</style>
border-color css
<style>
span { border-color: #15C0AD; }
span { border-color: rgb(21,192,173); }
td.TdClassName
{
border-color: #15C0AD;
}
.TagClassName
{
border-color: #15C0AD;
}
</style>