Shades of Caribbean Green #19DFA0
Tints of Caribbean Green #19DFA0
RGB
CMYK
RGB Variations
Color information
#19DFA0 (or 0x19DFA0) is known color: Caribbean Green. HEX triplet: 19, DF and A0. RGB value is (25,223,160). Sum of RGB (Red+Green+Blue) = 25+223+160=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DFA0 is #E6205F. Grayscale: #9C9C9C. Windows color (decimal): -15081568 or 10542873. OLE color: 10542873.
HSL color Cylindrical-coordinate representation of color #19DFA0: hue angle of 160.91º 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 #19DFA0 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 160 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.13 |
| HSL | 160.91º | 0.8% | 0.49% | - |
| HSV(B) | 160.91º | 0.89% | 0.87% | - |
| XYZ | 33.13 | 55.52 | 42.23 | - |
| YUV | 156.62 | 129.9 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 160 | 0.89 | 0 | 0.28 | 0.13 | 160.91 | 0.8 | 0.49 |
| Hex | 19 | DF | A0 | 59 | 0 | 1C | D | A1 | 50 | 31 |
| Octal | 31 | 337 | 240 | 131 | 0 | 34 | 15 | 241 | 120 | 61 |
| Binary | 11001 | 11011111 | 10100000 | 1011001 | 0 | 11100 | 1101 | 10100001 | 1010000 | 110001 |
Color Harmonies of #19DFA0
Complementary color
Monochromatic Colors of #19DFA0
Black with #19DFA0
Text Example
Text Example
White with #19DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFA0; }
p { color: rgb(25,223,160); }
H1.HeaderClassName
{
color: #19DFA0;
}
.AnyTagClassName
{
color: #19DFA0;
}
</style>
background-color css
<style>
a { background-color: #19DFA0; }
a { background-color: rgb(25,223,160); }
div.DivClassName
{
background-color: #19DFA0;
}
.BgClassName
{
background-color: #19DFA0;
}
</style>
border-color css
<style>
span { border-color: #19DFA0; }
span { border-color: rgb(25,223,160); }
td.TdClassName
{
border-color: #19DFA0;
}
.TagClassName
{
border-color: #19DFA0;
}
</style>