Shades of Light Sea Green #19AAAA
Tints of Light Sea Green #19AAAA
RGB
CMYK
RGB Variations
Color information
#19AAAA (or 0x19AAAA) is known color: Light Sea Green. HEX triplet: 19, AA and AA. RGB value is (25,170,170). Sum of RGB (Red+Green+Blue) = 25+170+170=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #19AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAAA is #E65555. Grayscale: #7E7E7E. Windows color (decimal): -15095126 or 11184665. OLE color: 11184665.
HSL color Cylindrical-coordinate representation of color #19AAAA: hue angle of 180º 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 #19AAAA is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 170 | - |
| CMYK | 0.85 | 0 | 0 | 0.33 |
| HSL | 180º | 0.74% | 0.38% | - |
| HSV(B) | 180º | 0.85% | 0.67% | - |
| XYZ | 22.03 | 31.86 | 43.02 | - |
| YUV | 126.65 | 152.46 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 170 | 0.85 | 0 | 0 | 0.33 | 180 | 0.74 | 0.38 |
| Hex | 19 | AA | AA | 55 | 0 | 0 | 21 | B4 | 4A | 26 |
| Octal | 31 | 252 | 252 | 125 | 0 | 0 | 41 | 264 | 112 | 46 |
| Binary | 11001 | 10101010 | 10101010 | 1010101 | 0 | 0 | 100001 | 10110100 | 1001010 | 100110 |
Color Harmonies of #19AAAA
Complementary color
Monochromatic Colors of #19AAAA
Black with #19AAAA
Text Example
Text Example
White with #19AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAAA; }
p { color: rgb(25,170,170); }
H1.HeaderClassName
{
color: #19AAAA;
}
.AnyTagClassName
{
color: #19AAAA;
}
</style>
background-color css
<style>
a { background-color: #19AAAA; }
a { background-color: rgb(25,170,170); }
div.DivClassName
{
background-color: #19AAAA;
}
.BgClassName
{
background-color: #19AAAA;
}
</style>
border-color css
<style>
span { border-color: #19AAAA; }
span { border-color: rgb(25,170,170); }
td.TdClassName
{
border-color: #19AAAA;
}
.TagClassName
{
border-color: #19AAAA;
}
</style>