Shades of Caribbean Green #19DDAB
Tints of Caribbean Green #19DDAB
RGB
CMYK
RGB Variations
Color information
#19DDAB (or 0x19DDAB) is known color: Caribbean Green. HEX triplet: 19, DD and AB. RGB value is (25,221,171). Sum of RGB (Red+Green+Blue) = 25+221+171=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DDAB is #E62254. Grayscale: #9C9C9C. Windows color (decimal): -15082069 or 11263257. OLE color: 11263257.
HSL color Cylindrical-coordinate representation of color #19DDAB: hue angle of 164.69º 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 #19DDAB is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 171 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.13 |
| HSL | 164.69º | 0.8% | 0.48% | - |
| HSV(B) | 164.69º | 0.89% | 0.87% | - |
| XYZ | 33.61 | 54.86 | 47.35 | - |
| YUV | 156.7 | 136.07 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 171 | 0.89 | 0 | 0.23 | 0.13 | 164.69 | 0.8 | 0.48 |
| Hex | 19 | DD | AB | 59 | 0 | 17 | D | A5 | 50 | 30 |
| Octal | 31 | 335 | 253 | 131 | 0 | 27 | 15 | 245 | 120 | 60 |
| Binary | 11001 | 11011101 | 10101011 | 1011001 | 0 | 10111 | 1101 | 10100101 | 1010000 | 110000 |
Color Harmonies of #19DDAB
Complementary color
Monochromatic Colors of #19DDAB
Black with #19DDAB
Text Example
Text Example
White with #19DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDAB; }
p { color: rgb(25,221,171); }
H1.HeaderClassName
{
color: #19DDAB;
}
.AnyTagClassName
{
color: #19DDAB;
}
</style>
background-color css
<style>
a { background-color: #19DDAB; }
a { background-color: rgb(25,221,171); }
div.DivClassName
{
background-color: #19DDAB;
}
.BgClassName
{
background-color: #19DDAB;
}
</style>
border-color css
<style>
span { border-color: #19DDAB; }
span { border-color: rgb(25,221,171); }
td.TdClassName
{
border-color: #19DDAB;
}
.TagClassName
{
border-color: #19DDAB;
}
</style>