Shades of Caribbean Green #19DBAB
Tints of Caribbean Green #19DBAB
RGB
CMYK
RGB Variations
Color information
#19DBAB (or 0x19DBAB) is known color: Caribbean Green. HEX triplet: 19, DB and AB. RGB value is (25,219,171). Sum of RGB (Red+Green+Blue) = 25+219+171=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DBAB is #E62454. Grayscale: #9B9B9B. Windows color (decimal): -15082581 or 11262745. OLE color: 11262745.
HSL color Cylindrical-coordinate representation of color #19DBAB: hue angle of 165.15º 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 #19DBAB is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 25 | 219 | 171 | - |
CMYK | 0.89 | 0 | 0.22 | 0.14 |
HSL | 165.15º | 0.8% | 0.48% | - |
HSV(B) | 165.15º | 0.89% | 0.86% | - |
XYZ | 33.08 | 53.81 | 47.17 | - |
YUV | 155.52 | 136.73 | 34.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 219 | 171 | 0.89 | 0 | 0.22 | 0.14 | 165.15 | 0.8 | 0.48 |
Hex | 19 | DB | AB | 59 | 0 | 16 | E | A5 | 50 | 30 |
Octal | 31 | 333 | 253 | 131 | 0 | 26 | 16 | 245 | 120 | 60 |
Binary | 11001 | 11011011 | 10101011 | 1011001 | 0 | 10110 | 1110 | 10100101 | 1010000 | 110000 |
Color Harmonies of #19DBAB
Complementary color
Monochromatic Colors of #19DBAB
Black with #19DBAB
Text Example
Text Example
White with #19DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBAB; }
p { color: rgb(25,219,171); }
H1.HeaderClassName
{
color: #19DBAB;
}
.AnyTagClassName
{
color: #19DBAB;
}
</style>
background-color css
<style>
a { background-color: #19DBAB; }
a { background-color: rgb(25,219,171); }
div.DivClassName
{
background-color: #19DBAB;
}
.BgClassName
{
background-color: #19DBAB;
}
</style>
border-color css
<style>
span { border-color: #19DBAB; }
span { border-color: rgb(25,219,171); }
td.TdClassName
{
border-color: #19DBAB;
}
.TagClassName
{
border-color: #19DBAB;
}
</style>