Shades of Caribbean Green #19DFAC
Tints of Caribbean Green #19DFAC
RGB
CMYK
RGB Variations
Color information
#19DFAC (or 0x19DFAC) is known color: Caribbean Green. HEX triplet: 19, DF and AC. RGB value is (25,223,172). Sum of RGB (Red+Green+Blue) = 25+223+172=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DFAC is #E62053. Grayscale: #9D9D9D. Windows color (decimal): -15081556 or 11329305. OLE color: 11329305.
HSL color Cylindrical-coordinate representation of color #19DFAC: hue angle of 164.55º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFAC is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 172 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.13 |
| HSL | 164.55º | 0.8% | 0.49% | - |
| HSV(B) | 164.55º | 0.89% | 0.87% | - |
| XYZ | 34.23 | 55.96 | 48.03 | - |
| YUV | 157.98 | 135.9 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 172 | 0.89 | 0 | 0.23 | 0.13 | 164.55 | 0.8 | 0.49 |
| Hex | 19 | DF | AC | 59 | 0 | 17 | D | A5 | 50 | 31 |
| Octal | 31 | 337 | 254 | 131 | 0 | 27 | 15 | 245 | 120 | 61 |
| Binary | 11001 | 11011111 | 10101100 | 1011001 | 0 | 10111 | 1101 | 10100101 | 1010000 | 110001 |
Color Harmonies of #19DFAC
Complementary color
Monochromatic Colors of #19DFAC
Black with #19DFAC
Text Example
Text Example
White with #19DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFAC; }
p { color: rgb(25,223,172); }
H1.HeaderClassName
{
color: #19DFAC;
}
.AnyTagClassName
{
color: #19DFAC;
}
</style>
background-color css
<style>
a { background-color: #19DFAC; }
a { background-color: rgb(25,223,172); }
div.DivClassName
{
background-color: #19DFAC;
}
.BgClassName
{
background-color: #19DFAC;
}
</style>
border-color css
<style>
span { border-color: #19DFAC; }
span { border-color: rgb(25,223,172); }
td.TdClassName
{
border-color: #19DFAC;
}
.TagClassName
{
border-color: #19DFAC;
}
</style>