Shades of Light Sea Green #19AAA0
Tints of Light Sea Green #19AAA0
RGB
CMYK
RGB Variations
Color information
#19AAA0 (or 0x19AAA0) is known color: Light Sea Green. HEX triplet: 19, AA and A0. RGB value is (25,170,160). Sum of RGB (Red+Green+Blue) = 25+170+160=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #19AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAA0 is #E6555F. Grayscale: #7D7D7D. Windows color (decimal): -15095136 or 10529305. OLE color: 10529305.
HSL color Cylindrical-coordinate representation of color #19AAA0: hue angle of 175.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AAA0 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 160 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.33 |
| HSL | 175.86º | 0.74% | 0.38% | - |
| HSV(B) | 175.86º | 0.85% | 0.67% | - |
| XYZ | 21.12 | 31.49 | 38.22 | - |
| YUV | 125.51 | 147.46 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 160 | 0.85 | 0 | 0.06 | 0.33 | 175.86 | 0.74 | 0.38 |
| Hex | 19 | AA | A0 | 55 | 0 | 6 | 21 | B0 | 4A | 26 |
| Octal | 31 | 252 | 240 | 125 | 0 | 6 | 41 | 260 | 112 | 46 |
| Binary | 11001 | 10101010 | 10100000 | 1010101 | 0 | 110 | 100001 | 10110000 | 1001010 | 100110 |
Color Harmonies of #19AAA0
Complementary color
Monochromatic Colors of #19AAA0
Black with #19AAA0
Text Example
Text Example
White with #19AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAA0; }
p { color: rgb(25,170,160); }
H1.HeaderClassName
{
color: #19AAA0;
}
.AnyTagClassName
{
color: #19AAA0;
}
</style>
background-color css
<style>
a { background-color: #19AAA0; }
a { background-color: rgb(25,170,160); }
div.DivClassName
{
background-color: #19AAA0;
}
.BgClassName
{
background-color: #19AAA0;
}
</style>
border-color css
<style>
span { border-color: #19AAA0; }
span { border-color: rgb(25,170,160); }
td.TdClassName
{
border-color: #19AAA0;
}
.TagClassName
{
border-color: #19AAA0;
}
</style>