Shades of Caribbean Green #19DFAA
Tints of Caribbean Green #19DFAA
RGB
CMYK
RGB Variations
Color information
#19DFAA (or 0x19DFAA) is known color: Caribbean Green. HEX triplet: 19, DF and AA. RGB value is (25,223,170). Sum of RGB (Red+Green+Blue) = 25+223+170=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DFAA is #E62055. Grayscale: #9D9D9D. Windows color (decimal): -15081558 or 11198233. OLE color: 11198233.
HSL color Cylindrical-coordinate representation of color #19DFAA: hue angle of 163.94º 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 #19DFAA is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 170 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.13 |
| HSL | 163.94º | 0.8% | 0.49% | - |
| HSV(B) | 163.94º | 0.89% | 0.87% | - |
| XYZ | 34.04 | 55.88 | 47.02 | - |
| YUV | 157.76 | 134.9 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 170 | 0.89 | 0 | 0.24 | 0.13 | 163.94 | 0.8 | 0.49 |
| Hex | 19 | DF | AA | 59 | 0 | 18 | D | A4 | 50 | 31 |
| Octal | 31 | 337 | 252 | 131 | 0 | 30 | 15 | 244 | 120 | 61 |
| Binary | 11001 | 11011111 | 10101010 | 1011001 | 0 | 11000 | 1101 | 10100100 | 1010000 | 110001 |
Color Harmonies of #19DFAA
Complementary color
Monochromatic Colors of #19DFAA
Black with #19DFAA
Text Example
Text Example
White with #19DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFAA; }
p { color: rgb(25,223,170); }
H1.HeaderClassName
{
color: #19DFAA;
}
.AnyTagClassName
{
color: #19DFAA;
}
</style>
background-color css
<style>
a { background-color: #19DFAA; }
a { background-color: rgb(25,223,170); }
div.DivClassName
{
background-color: #19DFAA;
}
.BgClassName
{
background-color: #19DFAA;
}
</style>
border-color css
<style>
span { border-color: #19DFAA; }
span { border-color: rgb(25,223,170); }
td.TdClassName
{
border-color: #19DFAA;
}
.TagClassName
{
border-color: #19DFAA;
}
</style>