Shades of Caribbean Green #19DFB1
Tints of Caribbean Green #19DFB1
RGB
CMYK
RGB Variations
Color information
#19DFB1 (or 0x19DFB1) is known color: Caribbean Green. HEX triplet: 19, DF and B1. RGB value is (25,223,177). Sum of RGB (Red+Green+Blue) = 25+223+177=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DFB1 is #E6204E. Grayscale: #9E9E9E. Windows color (decimal): -15081551 or 11656985. OLE color: 11656985.
HSL color Cylindrical-coordinate representation of color #19DFB1: hue angle of 166.06º 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 #19DFB1 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 177 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.13 |
| HSL | 166.06º | 0.8% | 0.49% | - |
| HSV(B) | 166.06º | 0.89% | 0.87% | - |
| XYZ | 34.72 | 56.16 | 50.6 | - |
| YUV | 158.55 | 138.4 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 177 | 0.89 | 0 | 0.21 | 0.13 | 166.06 | 0.8 | 0.49 |
| Hex | 19 | DF | B1 | 59 | 0 | 15 | D | A6 | 50 | 31 |
| Octal | 31 | 337 | 261 | 131 | 0 | 25 | 15 | 246 | 120 | 61 |
| Binary | 11001 | 11011111 | 10110001 | 1011001 | 0 | 10101 | 1101 | 10100110 | 1010000 | 110001 |
Color Harmonies of #19DFB1
Complementary color
Monochromatic Colors of #19DFB1
Black with #19DFB1
Text Example
Text Example
White with #19DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFB1; }
p { color: rgb(25,223,177); }
H1.HeaderClassName
{
color: #19DFB1;
}
.AnyTagClassName
{
color: #19DFB1;
}
</style>
background-color css
<style>
a { background-color: #19DFB1; }
a { background-color: rgb(25,223,177); }
div.DivClassName
{
background-color: #19DFB1;
}
.BgClassName
{
background-color: #19DFB1;
}
</style>
border-color css
<style>
span { border-color: #19DFB1; }
span { border-color: rgb(25,223,177); }
td.TdClassName
{
border-color: #19DFB1;
}
.TagClassName
{
border-color: #19DFB1;
}
</style>