Shades of Caribbean Green #19E2A0
Tints of Caribbean Green #19E2A0
RGB
CMYK
RGB Variations
Color information
#19E2A0 (or 0x19E2A0) is known color: Caribbean Green. HEX triplet: 19, E2 and A0. RGB value is (25,226,160). Sum of RGB (Red+Green+Blue) = 25+226+160=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 226 (88.67% from 255 or 54.99% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 226 - color contains mainly: green. Hex color #19E2A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19E2A0 is #E61D5F. Grayscale: #9E9E9E. Windows color (decimal): -15080800 or 10543641. OLE color: 10543641.
HSL color Cylindrical-coordinate representation of color #19E2A0: hue angle of 160.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E2A0 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 226 | 160 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.11 |
| HSL | 160.3º | 0.8% | 0.49% | - |
| HSV(B) | 160.3º | 0.89% | 0.89% | - |
| XYZ | 33.94 | 57.14 | 42.5 | - |
| YUV | 158.38 | 128.91 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 160 | 0.89 | 0 | 0.29 | 0.11 | 160.3 | 0.8 | 0.49 |
| Hex | 19 | E2 | A0 | 59 | 0 | 1D | B | A0 | 50 | 31 |
| Octal | 31 | 342 | 240 | 131 | 0 | 35 | 13 | 240 | 120 | 61 |
| Binary | 11001 | 11100010 | 10100000 | 1011001 | 0 | 11101 | 1011 | 10100000 | 1010000 | 110001 |
Color Harmonies of #19E2A0
Complementary color
Monochromatic Colors of #19E2A0
Black with #19E2A0
Text Example
Text Example
White with #19E2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E2A0; }
p { color: rgb(25,226,160); }
H1.HeaderClassName
{
color: #19E2A0;
}
.AnyTagClassName
{
color: #19E2A0;
}
</style>
background-color css
<style>
a { background-color: #19E2A0; }
a { background-color: rgb(25,226,160); }
div.DivClassName
{
background-color: #19E2A0;
}
.BgClassName
{
background-color: #19E2A0;
}
</style>
border-color css
<style>
span { border-color: #19E2A0; }
span { border-color: rgb(25,226,160); }
td.TdClassName
{
border-color: #19E2A0;
}
.TagClassName
{
border-color: #19E2A0;
}
</style>