Shades of Caribbean Green #19DC9C
Tints of Caribbean Green #19DC9C
RGB
CMYK
RGB Variations
Color information
#19DC9C (or 0x19DC9C) is known color: Caribbean Green. HEX triplet: 19, DC and 9C. RGB value is (25,220,156). Sum of RGB (Red+Green+Blue) = 25+220+156=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DC9C is #E62363. Grayscale: #9A9A9A. Windows color (decimal): -15082340 or 10279961. OLE color: 10279961.
HSL color Cylindrical-coordinate representation of color #19DC9C: hue angle of 160.31º 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 #19DC9C is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 156 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.14 |
| HSL | 160.31º | 0.8% | 0.48% | - |
| HSV(B) | 160.31º | 0.89% | 0.86% | - |
| XYZ | 31.99 | 53.79 | 40.15 | - |
| YUV | 154.4 | 128.9 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 156 | 0.89 | 0 | 0.29 | 0.14 | 160.31 | 0.8 | 0.48 |
| Hex | 19 | DC | 9C | 59 | 0 | 1D | E | A0 | 50 | 30 |
| Octal | 31 | 334 | 234 | 131 | 0 | 35 | 16 | 240 | 120 | 60 |
| Binary | 11001 | 11011100 | 10011100 | 1011001 | 0 | 11101 | 1110 | 10100000 | 1010000 | 110000 |
Color Harmonies of #19DC9C
Complementary color
Monochromatic Colors of #19DC9C
Black with #19DC9C
Text Example
Text Example
White with #19DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC9C; }
p { color: rgb(25,220,156); }
H1.HeaderClassName
{
color: #19DC9C;
}
.AnyTagClassName
{
color: #19DC9C;
}
</style>
background-color css
<style>
a { background-color: #19DC9C; }
a { background-color: rgb(25,220,156); }
div.DivClassName
{
background-color: #19DC9C;
}
.BgClassName
{
background-color: #19DC9C;
}
</style>
border-color css
<style>
span { border-color: #19DC9C; }
span { border-color: rgb(25,220,156); }
td.TdClassName
{
border-color: #19DC9C;
}
.TagClassName
{
border-color: #19DC9C;
}
</style>