Shades of Caribbean Green #19DAA6
Tints of Caribbean Green #19DAA6
RGB
CMYK
RGB Variations
Color information
#19DAA6 (or 0x19DAA6) is known color: Caribbean Green. HEX triplet: 19, DA and A6. RGB value is (25,218,166). Sum of RGB (Red+Green+Blue) = 25+218+166=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #19DAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DAA6 is #E62559. Grayscale: #9A9A9A. Windows color (decimal): -15082842 or 10934809. OLE color: 10934809.
HSL color Cylindrical-coordinate representation of color #19DAA6: hue angle of 163.83º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DAA6 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 166 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.15 |
| HSL | 163.83º | 0.79% | 0.48% | - |
| HSV(B) | 163.83º | 0.89% | 0.85% | - |
| XYZ | 32.36 | 53.1 | 44.62 | - |
| YUV | 154.37 | 134.56 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 166 | 0.89 | 0 | 0.24 | 0.15 | 163.83 | 0.79 | 0.48 |
| Hex | 19 | DA | A6 | 59 | 0 | 18 | F | A4 | 4F | 30 |
| Octal | 31 | 332 | 246 | 131 | 0 | 30 | 17 | 244 | 117 | 60 |
| Binary | 11001 | 11011010 | 10100110 | 1011001 | 0 | 11000 | 1111 | 10100100 | 1001111 | 110000 |
Color Harmonies of #19DAA6
Complementary color
Monochromatic Colors of #19DAA6
Black with #19DAA6
Text Example
Text Example
White with #19DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DAA6; }
p { color: rgb(25,218,166); }
H1.HeaderClassName
{
color: #19DAA6;
}
.AnyTagClassName
{
color: #19DAA6;
}
</style>
background-color css
<style>
a { background-color: #19DAA6; }
a { background-color: rgb(25,218,166); }
div.DivClassName
{
background-color: #19DAA6;
}
.BgClassName
{
background-color: #19DAA6;
}
</style>
border-color css
<style>
span { border-color: #19DAA6; }
span { border-color: rgb(25,218,166); }
td.TdClassName
{
border-color: #19DAA6;
}
.TagClassName
{
border-color: #19DAA6;
}
</style>