Shades of Caribbean Green #19DEAB
Tints of Caribbean Green #19DEAB
RGB
CMYK
RGB Variations
Color information
#19DEAB (or 0x19DEAB) is known color: Caribbean Green. HEX triplet: 19, DE and AB. RGB value is (25,222,171). Sum of RGB (Red+Green+Blue) = 25+222+171=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #19DEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DEAB is #E62154. Grayscale: #9D9D9D. Windows color (decimal): -15081813 or 11263513. OLE color: 11263513.
HSL color Cylindrical-coordinate representation of color #19DEAB: hue angle of 164.47º 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 #19DEAB is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 171 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.13 |
| HSL | 164.47º | 0.8% | 0.48% | - |
| HSV(B) | 164.47º | 0.89% | 0.87% | - |
| XYZ | 33.87 | 55.39 | 47.43 | - |
| YUV | 157.28 | 135.73 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 171 | 0.89 | 0 | 0.23 | 0.13 | 164.47 | 0.8 | 0.48 |
| Hex | 19 | DE | AB | 59 | 0 | 17 | D | A4 | 50 | 30 |
| Octal | 31 | 336 | 253 | 131 | 0 | 27 | 15 | 244 | 120 | 60 |
| Binary | 11001 | 11011110 | 10101011 | 1011001 | 0 | 10111 | 1101 | 10100100 | 1010000 | 110000 |
Color Harmonies of #19DEAB
Complementary color
Monochromatic Colors of #19DEAB
Black with #19DEAB
Text Example
Text Example
White with #19DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DEAB; }
p { color: rgb(25,222,171); }
H1.HeaderClassName
{
color: #19DEAB;
}
.AnyTagClassName
{
color: #19DEAB;
}
</style>
background-color css
<style>
a { background-color: #19DEAB; }
a { background-color: rgb(25,222,171); }
div.DivClassName
{
background-color: #19DEAB;
}
.BgClassName
{
background-color: #19DEAB;
}
</style>
border-color css
<style>
span { border-color: #19DEAB; }
span { border-color: rgb(25,222,171); }
td.TdClassName
{
border-color: #19DEAB;
}
.TagClassName
{
border-color: #19DEAB;
}
</style>