Shades of Light Sea Green #19A2AA
Tints of Light Sea Green #19A2AA
RGB
CMYK
RGB Variations
Color information
#19A2AA (or 0x19A2AA) is known color: Light Sea Green. HEX triplet: 19, A2 and AA. RGB value is (25,162,170). Sum of RGB (Red+Green+Blue) = 25+162+170=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #19A2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A2AA is #E65D55. Grayscale: #797979. Windows color (decimal): -15097174 or 11182617. OLE color: 11182617.
HSL color Cylindrical-coordinate representation of color #19A2AA: hue angle of 183.31º 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 #19A2AA is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 162 | 170 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.33 |
| HSL | 183.31º | 0.74% | 0.38% | - |
| HSV(B) | 183.31º | 0.85% | 0.67% | - |
| XYZ | 20.58 | 28.95 | 42.53 | - |
| YUV | 121.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 170 | 0.85 | 0.05 | 0 | 0.33 | 183.31 | 0.74 | 0.38 |
| Hex | 19 | A2 | AA | 55 | 5 | 0 | 21 | B7 | 4A | 26 |
| Octal | 31 | 242 | 252 | 125 | 5 | 0 | 41 | 267 | 112 | 46 |
| Binary | 11001 | 10100010 | 10101010 | 1010101 | 101 | 0 | 100001 | 10110111 | 1001010 | 100110 |
Color Harmonies of #19A2AA
Complementary color
Monochromatic Colors of #19A2AA
Black with #19A2AA
Text Example
Text Example
White with #19A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A2AA; }
p { color: rgb(25,162,170); }
H1.HeaderClassName
{
color: #19A2AA;
}
.AnyTagClassName
{
color: #19A2AA;
}
</style>
background-color css
<style>
a { background-color: #19A2AA; }
a { background-color: rgb(25,162,170); }
div.DivClassName
{
background-color: #19A2AA;
}
.BgClassName
{
background-color: #19A2AA;
}
</style>
border-color css
<style>
span { border-color: #19A2AA; }
span { border-color: rgb(25,162,170); }
td.TdClassName
{
border-color: #19A2AA;
}
.TagClassName
{
border-color: #19A2AA;
}
</style>