Shades of Light Sea Green #19A7A2
Tints of Light Sea Green #19A7A2
RGB
CMYK
RGB Variations
Color information
#19A7A2 (or 0x19A7A2) is known color: Light Sea Green. HEX triplet: 19, A7 and A2. RGB value is (25,167,162). Sum of RGB (Red+Green+Blue) = 25+167+162=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #19A7A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A7A2 is #E6585D. Grayscale: #7B7B7B. Windows color (decimal): -15095902 or 10659609. OLE color: 10659609.
HSL color Cylindrical-coordinate representation of color #19A7A2: hue angle of 177.89º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A7A2 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 167 | 162 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.35 |
| HSL | 177.89º | 0.74% | 0.38% | - |
| HSV(B) | 177.89º | 0.85% | 0.65% | - |
| XYZ | 20.74 | 30.45 | 38.97 | - |
| YUV | 123.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 162 | 0.85 | 0 | 0.03 | 0.35 | 177.89 | 0.74 | 0.38 |
| Hex | 19 | A7 | A2 | 55 | 0 | 3 | 23 | B2 | 4A | 26 |
| Octal | 31 | 247 | 242 | 125 | 0 | 3 | 43 | 262 | 112 | 46 |
| Binary | 11001 | 10100111 | 10100010 | 1010101 | 0 | 11 | 100011 | 10110010 | 1001010 | 100110 |
Color Harmonies of #19A7A2
Complementary color
Monochromatic Colors of #19A7A2
Black with #19A7A2
Text Example
Text Example
White with #19A7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A7A2; }
p { color: rgb(25,167,162); }
H1.HeaderClassName
{
color: #19A7A2;
}
.AnyTagClassName
{
color: #19A7A2;
}
</style>
background-color css
<style>
a { background-color: #19A7A2; }
a { background-color: rgb(25,167,162); }
div.DivClassName
{
background-color: #19A7A2;
}
.BgClassName
{
background-color: #19A7A2;
}
</style>
border-color css
<style>
span { border-color: #19A7A2; }
span { border-color: rgb(25,167,162); }
td.TdClassName
{
border-color: #19A7A2;
}
.TagClassName
{
border-color: #19A7A2;
}
</style>