Shades of Light Sea Green #19C0AC
Tints of Light Sea Green #19C0AC
RGB
CMYK
RGB Variations
Color information
#19C0AC (or 0x19C0AC) is known color: Light Sea Green. HEX triplet: 19, C0 and AC. RGB value is (25,192,172). Sum of RGB (Red+Green+Blue) = 25+192+172=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #19C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C0AC is #E63F53. Grayscale: #8B8B8B. Windows color (decimal): -15089492 or 11321369. OLE color: 11321369.
HSL color Cylindrical-coordinate representation of color #19C0AC: hue angle of 172.81º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C0AC is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 172 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.25 |
| HSL | 172.81º | 0.77% | 0.43% | - |
| HSV(B) | 172.81º | 0.87% | 0.75% | - |
| XYZ | 26.7 | 40.88 | 45.51 | - |
| YUV | 139.79 | 146.17 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 172 | 0.87 | 0 | 0.10 | 0.25 | 172.81 | 0.77 | 0.43 |
| Hex | 19 | C0 | AC | 57 | 0 | A | 19 | AD | 4D | 2B |
| Octal | 31 | 300 | 254 | 127 | 0 | 12 | 31 | 255 | 115 | 53 |
| Binary | 11001 | 11000000 | 10101100 | 1010111 | 0 | 1010 | 11001 | 10101101 | 1001101 | 101011 |
Color Harmonies of #19C0AC
Complementary color
Monochromatic Colors of #19C0AC
Black with #19C0AC
Text Example
Text Example
White with #19C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C0AC; }
p { color: rgb(25,192,172); }
H1.HeaderClassName
{
color: #19C0AC;
}
.AnyTagClassName
{
color: #19C0AC;
}
</style>
background-color css
<style>
a { background-color: #19C0AC; }
a { background-color: rgb(25,192,172); }
div.DivClassName
{
background-color: #19C0AC;
}
.BgClassName
{
background-color: #19C0AC;
}
</style>
border-color css
<style>
span { border-color: #19C0AC; }
span { border-color: rgb(25,192,172); }
td.TdClassName
{
border-color: #19C0AC;
}
.TagClassName
{
border-color: #19C0AC;
}
</style>