Shades of Light Sea Green #15C8AA
Tints of Light Sea Green #15C8AA
RGB
CMYK
RGB Variations
Color information
#15C8AA (or 0x15C8AA) is known color: Light Sea Green. HEX triplet: 15, C8 and AA. RGB value is (21,200,170). Sum of RGB (Red+Green+Blue) = 21+200+170=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #15C8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C8AA is #EA3755. Grayscale: #8F8F8F. Windows color (decimal): -15349590 or 11192341. OLE color: 11192341.
HSL color Cylindrical-coordinate representation of color #15C8AA: hue angle of 169.94º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C8AA is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 200 | 170 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.22 |
| HSL | 169.94º | 0.81% | 0.43% | - |
| HSV(B) | 169.94º | 0.9% | 0.78% | - |
| XYZ | 28.22 | 44.37 | 45.11 | - |
| YUV | 143.06 | 143.2 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 200 | 170 | 0.90 | 0 | 0.15 | 0.22 | 169.94 | 0.81 | 0.43 |
| Hex | 15 | C8 | AA | 5A | 0 | F | 16 | AA | 51 | 2B |
| Octal | 25 | 310 | 252 | 132 | 0 | 17 | 26 | 252 | 121 | 53 |
| Binary | 10101 | 11001000 | 10101010 | 1011010 | 0 | 1111 | 10110 | 10101010 | 1010001 | 101011 |
Color Harmonies of #15C8AA
Complementary color
Monochromatic Colors of #15C8AA
Black with #15C8AA
Text Example
Text Example
White with #15C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C8AA; }
p { color: rgb(21,200,170); }
H1.HeaderClassName
{
color: #15C8AA;
}
.AnyTagClassName
{
color: #15C8AA;
}
</style>
background-color css
<style>
a { background-color: #15C8AA; }
a { background-color: rgb(21,200,170); }
div.DivClassName
{
background-color: #15C8AA;
}
.BgClassName
{
background-color: #15C8AA;
}
</style>
border-color css
<style>
span { border-color: #15C8AA; }
span { border-color: rgb(21,200,170); }
td.TdClassName
{
border-color: #15C8AA;
}
.TagClassName
{
border-color: #15C8AA;
}
</style>