Shades of Light Sea Green #19AC9C
Tints of Light Sea Green #19AC9C
RGB
CMYK
RGB Variations
Color information
#19AC9C (or 0x19AC9C) is known color: Light Sea Green. HEX triplet: 19, AC and 9C. RGB value is (25,172,156). Sum of RGB (Red+Green+Blue) = 25+172+156=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AC9C is #E65363. Grayscale: #7E7E7E. Windows color (decimal): -15094628 or 10267673. OLE color: 10267673.
HSL color Cylindrical-coordinate representation of color #19AC9C: hue angle of 173.47º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC9C is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 172 | 156 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.33 |
| HSL | 173.47º | 0.75% | 0.39% | - |
| HSV(B) | 173.47º | 0.85% | 0.67% | - |
| XYZ | 21.15 | 32.11 | 36.54 | - |
| YUV | 126.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 156 | 0.85 | 0 | 0.09 | 0.33 | 173.47 | 0.75 | 0.39 |
| Hex | 19 | AC | 9C | 55 | 0 | 9 | 21 | AD | 4B | 27 |
| Octal | 31 | 254 | 234 | 125 | 0 | 11 | 41 | 255 | 113 | 47 |
| Binary | 11001 | 10101100 | 10011100 | 1010101 | 0 | 1001 | 100001 | 10101101 | 1001011 | 100111 |
Color Harmonies of #19AC9C
Complementary color
Monochromatic Colors of #19AC9C
Black with #19AC9C
Text Example
Text Example
White with #19AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AC9C; }
p { color: rgb(25,172,156); }
H1.HeaderClassName
{
color: #19AC9C;
}
.AnyTagClassName
{
color: #19AC9C;
}
</style>
background-color css
<style>
a { background-color: #19AC9C; }
a { background-color: rgb(25,172,156); }
div.DivClassName
{
background-color: #19AC9C;
}
.BgClassName
{
background-color: #19AC9C;
}
</style>
border-color css
<style>
span { border-color: #19AC9C; }
span { border-color: rgb(25,172,156); }
td.TdClassName
{
border-color: #19AC9C;
}
.TagClassName
{
border-color: #19AC9C;
}
</style>