Shades of Light Sea Green #19A3AC
Tints of Light Sea Green #19A3AC
RGB
CMYK
RGB Variations
Color information
#19A3AC (or 0x19A3AC) is known color: Light Sea Green. HEX triplet: 19, A3 and AC. RGB value is (25,163,172). Sum of RGB (Red+Green+Blue) = 25+163+172=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #19A3AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A3AC is #E65C53. Grayscale: #7A7A7A. Windows color (decimal): -15096916 or 11313945. OLE color: 11313945.
HSL color Cylindrical-coordinate representation of color #19A3AC: hue angle of 183.67º 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 #19A3AC is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 163 | 172 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.33 |
| HSL | 183.67º | 0.75% | 0.39% | - |
| HSV(B) | 183.67º | 0.85% | 0.67% | - |
| XYZ | 20.94 | 29.38 | 43.6 | - |
| YUV | 122.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 163 | 172 | 0.85 | 0.05 | 0 | 0.33 | 183.67 | 0.75 | 0.39 |
| Hex | 19 | A3 | AC | 55 | 5 | 0 | 21 | B8 | 4B | 27 |
| Octal | 31 | 243 | 254 | 125 | 5 | 0 | 41 | 270 | 113 | 47 |
| Binary | 11001 | 10100011 | 10101100 | 1010101 | 101 | 0 | 100001 | 10111000 | 1001011 | 100111 |
Color Harmonies of #19A3AC
Complementary color
Monochromatic Colors of #19A3AC
Black with #19A3AC
Text Example
Text Example
White with #19A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A3AC; }
p { color: rgb(25,163,172); }
H1.HeaderClassName
{
color: #19A3AC;
}
.AnyTagClassName
{
color: #19A3AC;
}
</style>
background-color css
<style>
a { background-color: #19A3AC; }
a { background-color: rgb(25,163,172); }
div.DivClassName
{
background-color: #19A3AC;
}
.BgClassName
{
background-color: #19A3AC;
}
</style>
border-color css
<style>
span { border-color: #19A3AC; }
span { border-color: rgb(25,163,172); }
td.TdClassName
{
border-color: #19A3AC;
}
.TagClassName
{
border-color: #19A3AC;
}
</style>