Shades of Light Sea Green #19A6A8
Tints of Light Sea Green #19A6A8
RGB
CMYK
RGB Variations
Color information
#19A6A8 (or 0x19A6A8) is known color: Light Sea Green. HEX triplet: 19, A6 and A8. RGB value is (25,166,168). Sum of RGB (Red+Green+Blue) = 25+166+168=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #19A6A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A6A8 is #E65957. Grayscale: #7B7B7B. Windows color (decimal): -15096152 or 11052569. OLE color: 11052569.
HSL color Cylindrical-coordinate representation of color #19A6A8: hue angle of 180.84º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A6A8 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 166 | 168 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.34 |
| HSL | 180.84º | 0.74% | 0.38% | - |
| HSV(B) | 180.84º | 0.85% | 0.66% | - |
| XYZ | 21.11 | 30.31 | 41.78 | - |
| YUV | 124.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 168 | 0.85 | 0.01 | 0 | 0.34 | 180.84 | 0.74 | 0.38 |
| Hex | 19 | A6 | A8 | 55 | 1 | 0 | 22 | B5 | 4A | 26 |
| Octal | 31 | 246 | 250 | 125 | 1 | 0 | 42 | 265 | 112 | 46 |
| Binary | 11001 | 10100110 | 10101000 | 1010101 | 1 | 0 | 100010 | 10110101 | 1001010 | 100110 |
Color Harmonies of #19A6A8
Complementary color
Monochromatic Colors of #19A6A8
Black with #19A6A8
Text Example
Text Example
White with #19A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A6A8; }
p { color: rgb(25,166,168); }
H1.HeaderClassName
{
color: #19A6A8;
}
.AnyTagClassName
{
color: #19A6A8;
}
</style>
background-color css
<style>
a { background-color: #19A6A8; }
a { background-color: rgb(25,166,168); }
div.DivClassName
{
background-color: #19A6A8;
}
.BgClassName
{
background-color: #19A6A8;
}
</style>
border-color css
<style>
span { border-color: #19A6A8; }
span { border-color: rgb(25,166,168); }
td.TdClassName
{
border-color: #19A6A8;
}
.TagClassName
{
border-color: #19A6A8;
}
</style>