Shades of Caribbean Green #19DC9F
Tints of Caribbean Green #19DC9F
RGB
CMYK
RGB Variations
Color information
#19DC9F (or 0x19DC9F) is known color: Caribbean Green. HEX triplet: 19, DC and 9F. RGB value is (25,220,159). Sum of RGB (Red+Green+Blue) = 25+220+159=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DC9F is #E62360. Grayscale: #9A9A9A. Windows color (decimal): -15082337 or 10476569. OLE color: 10476569.
HSL color Cylindrical-coordinate representation of color #19DC9F: hue angle of 161.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC9F is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 159 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.14 |
| HSL | 161.23º | 0.8% | 0.48% | - |
| HSV(B) | 161.23º | 0.89% | 0.86% | - |
| XYZ | 32.25 | 53.9 | 41.5 | - |
| YUV | 154.74 | 130.4 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 159 | 0.89 | 0 | 0.28 | 0.14 | 161.23 | 0.8 | 0.48 |
| Hex | 19 | DC | 9F | 59 | 0 | 1C | E | A1 | 50 | 30 |
| Octal | 31 | 334 | 237 | 131 | 0 | 34 | 16 | 241 | 120 | 60 |
| Binary | 11001 | 11011100 | 10011111 | 1011001 | 0 | 11100 | 1110 | 10100001 | 1010000 | 110000 |
Color Harmonies of #19DC9F
Complementary color
Monochromatic Colors of #19DC9F
Black with #19DC9F
Text Example
Text Example
White with #19DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC9F; }
p { color: rgb(25,220,159); }
H1.HeaderClassName
{
color: #19DC9F;
}
.AnyTagClassName
{
color: #19DC9F;
}
</style>
background-color css
<style>
a { background-color: #19DC9F; }
a { background-color: rgb(25,220,159); }
div.DivClassName
{
background-color: #19DC9F;
}
.BgClassName
{
background-color: #19DC9F;
}
</style>
border-color css
<style>
span { border-color: #19DC9F; }
span { border-color: rgb(25,220,159); }
td.TdClassName
{
border-color: #19DC9F;
}
.TagClassName
{
border-color: #19DC9F;
}
</style>