Shades of Caribbean Green #19DBAF
Tints of Caribbean Green #19DBAF
RGB
CMYK
RGB Variations
Color information
#19DBAF (or 0x19DBAF) is known color: Caribbean Green. HEX triplet: 19, DB and AF. RGB value is (25,219,175). Sum of RGB (Red+Green+Blue) = 25+219+175=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DBAF is #E62450. Grayscale: #9B9B9B. Windows color (decimal): -15082577 or 11524889. OLE color: 11524889.
HSL color Cylindrical-coordinate representation of color #19DBAF: hue angle of 166.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DBAF is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 175 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.14 |
| HSL | 166.39º | 0.8% | 0.48% | - |
| HSV(B) | 166.39º | 0.89% | 0.86% | - |
| XYZ | 33.47 | 53.96 | 49.21 | - |
| YUV | 155.98 | 138.73 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 175 | 0.89 | 0 | 0.20 | 0.14 | 166.39 | 0.8 | 0.48 |
| Hex | 19 | DB | AF | 59 | 0 | 14 | E | A6 | 50 | 30 |
| Octal | 31 | 333 | 257 | 131 | 0 | 24 | 16 | 246 | 120 | 60 |
| Binary | 11001 | 11011011 | 10101111 | 1011001 | 0 | 10100 | 1110 | 10100110 | 1010000 | 110000 |
Color Harmonies of #19DBAF
Complementary color
Monochromatic Colors of #19DBAF
Black with #19DBAF
Text Example
Text Example
White with #19DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBAF; }
p { color: rgb(25,219,175); }
H1.HeaderClassName
{
color: #19DBAF;
}
.AnyTagClassName
{
color: #19DBAF;
}
</style>
background-color css
<style>
a { background-color: #19DBAF; }
a { background-color: rgb(25,219,175); }
div.DivClassName
{
background-color: #19DBAF;
}
.BgClassName
{
background-color: #19DBAF;
}
</style>
border-color css
<style>
span { border-color: #19DBAF; }
span { border-color: rgb(25,219,175); }
td.TdClassName
{
border-color: #19DBAF;
}
.TagClassName
{
border-color: #19DBAF;
}
</style>