Shades of Light Sea Green #19AAA5
Tints of Light Sea Green #19AAA5
RGB
CMYK
RGB Variations
Color information
#19AAA5 (or 0x19AAA5) is known color: Light Sea Green. HEX triplet: 19, AA and A5. RGB value is (25,170,165). Sum of RGB (Red+Green+Blue) = 25+170+165=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #19AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAA5 is #E6555A. Grayscale: #7D7D7D. Windows color (decimal): -15095131 or 10856985. OLE color: 10856985.
HSL color Cylindrical-coordinate representation of color #19AAA5: hue angle of 177.93º 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 #19AAA5 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 165 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.33 |
| HSL | 177.93º | 0.74% | 0.38% | - |
| HSV(B) | 177.93º | 0.85% | 0.67% | - |
| XYZ | 21.57 | 31.67 | 40.57 | - |
| YUV | 126.08 | 149.96 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 165 | 0.85 | 0 | 0.03 | 0.33 | 177.93 | 0.74 | 0.38 |
| Hex | 19 | AA | A5 | 55 | 0 | 3 | 21 | B2 | 4A | 26 |
| Octal | 31 | 252 | 245 | 125 | 0 | 3 | 41 | 262 | 112 | 46 |
| Binary | 11001 | 10101010 | 10100101 | 1010101 | 0 | 11 | 100001 | 10110010 | 1001010 | 100110 |
Color Harmonies of #19AAA5
Complementary color
Monochromatic Colors of #19AAA5
Black with #19AAA5
Text Example
Text Example
White with #19AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAA5; }
p { color: rgb(25,170,165); }
H1.HeaderClassName
{
color: #19AAA5;
}
.AnyTagClassName
{
color: #19AAA5;
}
</style>
background-color css
<style>
a { background-color: #19AAA5; }
a { background-color: rgb(25,170,165); }
div.DivClassName
{
background-color: #19AAA5;
}
.BgClassName
{
background-color: #19AAA5;
}
</style>
border-color css
<style>
span { border-color: #19AAA5; }
span { border-color: rgb(25,170,165); }
td.TdClassName
{
border-color: #19AAA5;
}
.TagClassName
{
border-color: #19AAA5;
}
</style>