Shades of Caribbean Green #19DBB0
Tints of Caribbean Green #19DBB0
RGB
CMYK
RGB Variations
Color information
#19DBB0 (or 0x19DBB0) is known color: Caribbean Green. HEX triplet: 19, DB and B0. RGB value is (25,219,176). Sum of RGB (Red+Green+Blue) = 25+219+176=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DBB0 is #E6244F. Grayscale: #9C9C9C. Windows color (decimal): -15082576 or 11590425. OLE color: 11590425.
HSL color Cylindrical-coordinate representation of color #19DBB0: hue angle of 166.7º 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 #19DBB0 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 176 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.14 |
| HSL | 166.7º | 0.8% | 0.48% | - |
| HSV(B) | 166.7º | 0.89% | 0.86% | - |
| XYZ | 33.57 | 54 | 49.73 | - |
| YUV | 156.09 | 139.23 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 176 | 0.89 | 0 | 0.20 | 0.14 | 166.7 | 0.8 | 0.48 |
| Hex | 19 | DB | B0 | 59 | 0 | 14 | E | A7 | 50 | 30 |
| Octal | 31 | 333 | 260 | 131 | 0 | 24 | 16 | 247 | 120 | 60 |
| Binary | 11001 | 11011011 | 10110000 | 1011001 | 0 | 10100 | 1110 | 10100111 | 1010000 | 110000 |
Color Harmonies of #19DBB0
Complementary color
Monochromatic Colors of #19DBB0
Black with #19DBB0
Text Example
Text Example
White with #19DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBB0; }
p { color: rgb(25,219,176); }
H1.HeaderClassName
{
color: #19DBB0;
}
.AnyTagClassName
{
color: #19DBB0;
}
</style>
background-color css
<style>
a { background-color: #19DBB0; }
a { background-color: rgb(25,219,176); }
div.DivClassName
{
background-color: #19DBB0;
}
.BgClassName
{
background-color: #19DBB0;
}
</style>
border-color css
<style>
span { border-color: #19DBB0; }
span { border-color: rgb(25,219,176); }
td.TdClassName
{
border-color: #19DBB0;
}
.TagClassName
{
border-color: #19DBB0;
}
</style>