Shades of Caribbean Green #19DB9B
Tints of Caribbean Green #19DB9B
RGB
CMYK
RGB Variations
Color information
#19DB9B (or 0x19DB9B) is known color: Caribbean Green. HEX triplet: 19, DB and 9B. RGB value is (25,219,155). Sum of RGB (Red+Green+Blue) = 25+219+155=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DB9B is #E62464. Grayscale: #999999. Windows color (decimal): -15082597 or 10214169. OLE color: 10214169.
HSL color Cylindrical-coordinate representation of color #19DB9B: hue angle of 160.21º 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 #19DB9B is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 155 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.14 |
| HSL | 160.21º | 0.8% | 0.48% | - |
| HSV(B) | 160.21º | 0.89% | 0.86% | - |
| XYZ | 31.65 | 53.24 | 39.62 | - |
| YUV | 153.7 | 128.73 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 155 | 0.89 | 0 | 0.29 | 0.14 | 160.21 | 0.8 | 0.48 |
| Hex | 19 | DB | 9B | 59 | 0 | 1D | E | A0 | 50 | 30 |
| Octal | 31 | 333 | 233 | 131 | 0 | 35 | 16 | 240 | 120 | 60 |
| Binary | 11001 | 11011011 | 10011011 | 1011001 | 0 | 11101 | 1110 | 10100000 | 1010000 | 110000 |
Color Harmonies of #19DB9B
Complementary color
Monochromatic Colors of #19DB9B
Black with #19DB9B
Text Example
Text Example
White with #19DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DB9B; }
p { color: rgb(25,219,155); }
H1.HeaderClassName
{
color: #19DB9B;
}
.AnyTagClassName
{
color: #19DB9B;
}
</style>
background-color css
<style>
a { background-color: #19DB9B; }
a { background-color: rgb(25,219,155); }
div.DivClassName
{
background-color: #19DB9B;
}
.BgClassName
{
background-color: #19DB9B;
}
</style>
border-color css
<style>
span { border-color: #19DB9B; }
span { border-color: rgb(25,219,155); }
td.TdClassName
{
border-color: #19DB9B;
}
.TagClassName
{
border-color: #19DB9B;
}
</style>