Shades of Caribbean Green #19DEAC
Tints of Caribbean Green #19DEAC
RGB
CMYK
RGB Variations
Color information
#19DEAC (or 0x19DEAC) is known color: Caribbean Green. HEX triplet: 19, DE and AC. RGB value is (25,222,172). Sum of RGB (Red+Green+Blue) = 25+222+172=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #19DEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DEAC is #E62153. Grayscale: #9D9D9D. Windows color (decimal): -15081812 or 11329049. OLE color: 11329049.
HSL color Cylindrical-coordinate representation of color #19DEAC: hue angle of 164.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DEAC is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 172 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.13 |
| HSL | 164.77º | 0.8% | 0.48% | - |
| HSV(B) | 164.77º | 0.89% | 0.87% | - |
| XYZ | 33.97 | 55.43 | 47.94 | - |
| YUV | 157.4 | 136.23 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 172 | 0.89 | 0 | 0.23 | 0.13 | 164.77 | 0.8 | 0.48 |
| Hex | 19 | DE | AC | 59 | 0 | 17 | D | A5 | 50 | 30 |
| Octal | 31 | 336 | 254 | 131 | 0 | 27 | 15 | 245 | 120 | 60 |
| Binary | 11001 | 11011110 | 10101100 | 1011001 | 0 | 10111 | 1101 | 10100101 | 1010000 | 110000 |
Color Harmonies of #19DEAC
Complementary color
Monochromatic Colors of #19DEAC
Black with #19DEAC
Text Example
Text Example
White with #19DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DEAC; }
p { color: rgb(25,222,172); }
H1.HeaderClassName
{
color: #19DEAC;
}
.AnyTagClassName
{
color: #19DEAC;
}
</style>
background-color css
<style>
a { background-color: #19DEAC; }
a { background-color: rgb(25,222,172); }
div.DivClassName
{
background-color: #19DEAC;
}
.BgClassName
{
background-color: #19DEAC;
}
</style>
border-color css
<style>
span { border-color: #19DEAC; }
span { border-color: rgb(25,222,172); }
td.TdClassName
{
border-color: #19DEAC;
}
.TagClassName
{
border-color: #19DEAC;
}
</style>