Shades of Light Sea Green #19CDAA
Tints of Light Sea Green #19CDAA
RGB
CMYK
RGB Variations
Color information
#19CDAA (or 0x19CDAA) is known color: Light Sea Green. HEX triplet: 19, CD and AA. RGB value is (25,205,170). Sum of RGB (Red+Green+Blue) = 25+205+170=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #19CDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CDAA is #E63255. Grayscale: #939393. Windows color (decimal): -15086166 or 11193625. OLE color: 11193625.
HSL color Cylindrical-coordinate representation of color #19CDAA: hue angle of 168.33º 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 #19CDAA is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 205 | 170 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.20 |
| HSL | 168.33º | 0.78% | 0.45% | - |
| HSV(B) | 168.33º | 0.88% | 0.8% | - |
| XYZ | 29.49 | 46.77 | 45.5 | - |
| YUV | 147.19 | 140.87 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 170 | 0.88 | 0 | 0.17 | 0.20 | 168.33 | 0.78 | 0.45 |
| Hex | 19 | CD | AA | 58 | 0 | 11 | 14 | A8 | 4E | 2D |
| Octal | 31 | 315 | 252 | 130 | 0 | 21 | 24 | 250 | 116 | 55 |
| Binary | 11001 | 11001101 | 10101010 | 1011000 | 0 | 10001 | 10100 | 10101000 | 1001110 | 101101 |
Color Harmonies of #19CDAA
Complementary color
Monochromatic Colors of #19CDAA
Black with #19CDAA
Text Example
Text Example
White with #19CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDAA; }
p { color: rgb(25,205,170); }
H1.HeaderClassName
{
color: #19CDAA;
}
.AnyTagClassName
{
color: #19CDAA;
}
</style>
background-color css
<style>
a { background-color: #19CDAA; }
a { background-color: rgb(25,205,170); }
div.DivClassName
{
background-color: #19CDAA;
}
.BgClassName
{
background-color: #19CDAA;
}
</style>
border-color css
<style>
span { border-color: #19CDAA; }
span { border-color: rgb(25,205,170); }
td.TdClassName
{
border-color: #19CDAA;
}
.TagClassName
{
border-color: #19CDAA;
}
</style>