Shades of Light Sea Green #19AAA4
Tints of Light Sea Green #19AAA4
RGB
CMYK
RGB Variations
Color information
#19AAA4 (or 0x19AAA4) is known color: Light Sea Green. HEX triplet: 19, AA and A4. RGB value is (25,170,164). Sum of RGB (Red+Green+Blue) = 25+170+164=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #19AAA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAA4 is #E6555B. Grayscale: #7D7D7D. Windows color (decimal): -15095132 or 10791449. OLE color: 10791449.
HSL color Cylindrical-coordinate representation of color #19AAA4: hue angle of 177.52º 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 #19AAA4 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 164 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.33 |
| HSL | 177.52º | 0.74% | 0.38% | - |
| HSV(B) | 177.52º | 0.85% | 0.67% | - |
| XYZ | 21.48 | 31.64 | 40.1 | - |
| YUV | 125.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 164 | 0.85 | 0 | 0.04 | 0.33 | 177.52 | 0.74 | 0.38 |
| Hex | 19 | AA | A4 | 55 | 0 | 4 | 21 | B2 | 4A | 26 |
| Octal | 31 | 252 | 244 | 125 | 0 | 4 | 41 | 262 | 112 | 46 |
| Binary | 11001 | 10101010 | 10100100 | 1010101 | 0 | 100 | 100001 | 10110010 | 1001010 | 100110 |
Color Harmonies of #19AAA4
Complementary color
Monochromatic Colors of #19AAA4
Black with #19AAA4
Text Example
Text Example
White with #19AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAA4; }
p { color: rgb(25,170,164); }
H1.HeaderClassName
{
color: #19AAA4;
}
.AnyTagClassName
{
color: #19AAA4;
}
</style>
background-color css
<style>
a { background-color: #19AAA4; }
a { background-color: rgb(25,170,164); }
div.DivClassName
{
background-color: #19AAA4;
}
.BgClassName
{
background-color: #19AAA4;
}
</style>
border-color css
<style>
span { border-color: #19AAA4; }
span { border-color: rgb(25,170,164); }
td.TdClassName
{
border-color: #19AAA4;
}
.TagClassName
{
border-color: #19AAA4;
}
</style>