Shades of Light Sea Green #19CCAC
Tints of Light Sea Green #19CCAC
RGB
CMYK
RGB Variations
Color information
#19CCAC (or 0x19CCAC) is known color: Light Sea Green. HEX triplet: 19, CC and AC. RGB value is (25,204,172). Sum of RGB (Red+Green+Blue) = 25+204+172=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #19CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CCAC is #E63353. Grayscale: #929292. Windows color (decimal): -15086420 or 11324441. OLE color: 11324441.
HSL color Cylindrical-coordinate representation of color #19CCAC: hue angle of 169.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CCAC is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 172 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.2 |
| HSL | 169.27º | 0.78% | 0.45% | - |
| HSV(B) | 169.27º | 0.88% | 0.8% | - |
| XYZ | 29.44 | 46.37 | 46.43 | - |
| YUV | 146.83 | 142.2 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 172 | 0.88 | 0 | 0.16 | 0.2 | 169.27 | 0.78 | 0.45 |
| Hex | 19 | CC | AC | 58 | 0 | 10 | 14 | A9 | 4E | 2D |
| Octal | 31 | 314 | 254 | 130 | 0 | 20 | 24 | 251 | 116 | 55 |
| Binary | 11001 | 11001100 | 10101100 | 1011000 | 0 | 10000 | 10100 | 10101001 | 1001110 | 101101 |
Color Harmonies of #19CCAC
Complementary color
Monochromatic Colors of #19CCAC
Black with #19CCAC
Text Example
Text Example
White with #19CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCAC; }
p { color: rgb(25,204,172); }
H1.HeaderClassName
{
color: #19CCAC;
}
.AnyTagClassName
{
color: #19CCAC;
}
</style>
background-color css
<style>
a { background-color: #19CCAC; }
a { background-color: rgb(25,204,172); }
div.DivClassName
{
background-color: #19CCAC;
}
.BgClassName
{
background-color: #19CCAC;
}
</style>
border-color css
<style>
span { border-color: #19CCAC; }
span { border-color: rgb(25,204,172); }
td.TdClassName
{
border-color: #19CCAC;
}
.TagClassName
{
border-color: #19CCAC;
}
</style>