Shades of Caribbean Green #19E2A8
Tints of Caribbean Green #19E2A8
RGB
CMYK
RGB Variations
Color information
#19E2A8 (or 0x19E2A8) is known color: Caribbean Green. HEX triplet: 19, E2 and A8. RGB value is (25,226,168). Sum of RGB (Red+Green+Blue) = 25+226+168=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #19E2A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19E2A8 is #E61D57. Grayscale: #9F9F9F. Windows color (decimal): -15080792 or 11067929. OLE color: 11067929.
HSL color Cylindrical-coordinate representation of color #19E2A8: hue angle of 162.69º 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 #19E2A8 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 226 | 168 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.11 |
| HSL | 162.69º | 0.8% | 0.49% | - |
| HSV(B) | 162.69º | 0.89% | 0.89% | - |
| XYZ | 34.67 | 57.43 | 46.3 | - |
| YUV | 159.29 | 132.91 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 168 | 0.89 | 0 | 0.26 | 0.11 | 162.69 | 0.8 | 0.49 |
| Hex | 19 | E2 | A8 | 59 | 0 | 1A | B | A3 | 50 | 31 |
| Octal | 31 | 342 | 250 | 131 | 0 | 32 | 13 | 243 | 120 | 61 |
| Binary | 11001 | 11100010 | 10101000 | 1011001 | 0 | 11010 | 1011 | 10100011 | 1010000 | 110001 |
Color Harmonies of #19E2A8
Complementary color
Monochromatic Colors of #19E2A8
Black with #19E2A8
Text Example
Text Example
White with #19E2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E2A8; }
p { color: rgb(25,226,168); }
H1.HeaderClassName
{
color: #19E2A8;
}
.AnyTagClassName
{
color: #19E2A8;
}
</style>
background-color css
<style>
a { background-color: #19E2A8; }
a { background-color: rgb(25,226,168); }
div.DivClassName
{
background-color: #19E2A8;
}
.BgClassName
{
background-color: #19E2A8;
}
</style>
border-color css
<style>
span { border-color: #19E2A8; }
span { border-color: rgb(25,226,168); }
td.TdClassName
{
border-color: #19E2A8;
}
.TagClassName
{
border-color: #19E2A8;
}
</style>