Shades of Light Sea Green #19AAA3
Tints of Light Sea Green #19AAA3
RGB
CMYK
RGB Variations
Color information
#19AAA3 (or 0x19AAA3) is known color: Light Sea Green. HEX triplet: 19, AA and A3. RGB value is (25,170,163). Sum of RGB (Red+Green+Blue) = 25+170+163=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #19AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAA3 is #E6555C. Grayscale: #7D7D7D. Windows color (decimal): -15095133 or 10725913. OLE color: 10725913.
HSL color Cylindrical-coordinate representation of color #19AAA3: hue angle of 177.1º 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 #19AAA3 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 163 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.33 |
| HSL | 177.1º | 0.74% | 0.38% | - |
| HSV(B) | 177.1º | 0.85% | 0.67% | - |
| XYZ | 21.39 | 31.6 | 39.62 | - |
| YUV | 125.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 163 | 0.85 | 0 | 0.04 | 0.33 | 177.1 | 0.74 | 0.38 |
| Hex | 19 | AA | A3 | 55 | 0 | 4 | 21 | B1 | 4A | 26 |
| Octal | 31 | 252 | 243 | 125 | 0 | 4 | 41 | 261 | 112 | 46 |
| Binary | 11001 | 10101010 | 10100011 | 1010101 | 0 | 100 | 100001 | 10110001 | 1001010 | 100110 |
Color Harmonies of #19AAA3
Complementary color
Monochromatic Colors of #19AAA3
Black with #19AAA3
Text Example
Text Example
White with #19AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAA3; }
p { color: rgb(25,170,163); }
H1.HeaderClassName
{
color: #19AAA3;
}
.AnyTagClassName
{
color: #19AAA3;
}
</style>
background-color css
<style>
a { background-color: #19AAA3; }
a { background-color: rgb(25,170,163); }
div.DivClassName
{
background-color: #19AAA3;
}
.BgClassName
{
background-color: #19AAA3;
}
</style>
border-color css
<style>
span { border-color: #19AAA3; }
span { border-color: rgb(25,170,163); }
td.TdClassName
{
border-color: #19AAA3;
}
.TagClassName
{
border-color: #19AAA3;
}
</style>