Shades of Caribbean Green #19DBB5
Tints of Caribbean Green #19DBB5
RGB
CMYK
RGB Variations
Color information
#19DBB5 (or 0x19DBB5) is known color: Caribbean Green. HEX triplet: 19, DB and B5. RGB value is (25,219,181). Sum of RGB (Red+Green+Blue) = 25+219+181=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DBB5 is #E6244A. Grayscale: #9C9C9C. Windows color (decimal): -15082571 or 11918105. OLE color: 11918105.
HSL color Cylindrical-coordinate representation of color #19DBB5: hue angle of 168.25º 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 #19DBB5 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 181 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.14 |
| HSL | 168.25º | 0.8% | 0.48% | - |
| HSV(B) | 168.25º | 0.89% | 0.86% | - |
| XYZ | 34.07 | 54.21 | 52.38 | - |
| YUV | 156.66 | 141.73 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 181 | 0.89 | 0 | 0.17 | 0.14 | 168.25 | 0.8 | 0.48 |
| Hex | 19 | DB | B5 | 59 | 0 | 11 | E | A8 | 50 | 30 |
| Octal | 31 | 333 | 265 | 131 | 0 | 21 | 16 | 250 | 120 | 60 |
| Binary | 11001 | 11011011 | 10110101 | 1011001 | 0 | 10001 | 1110 | 10101000 | 1010000 | 110000 |
Color Harmonies of #19DBB5
Complementary color
Monochromatic Colors of #19DBB5
Black with #19DBB5
Text Example
Text Example
White with #19DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBB5; }
p { color: rgb(25,219,181); }
H1.HeaderClassName
{
color: #19DBB5;
}
.AnyTagClassName
{
color: #19DBB5;
}
</style>
background-color css
<style>
a { background-color: #19DBB5; }
a { background-color: rgb(25,219,181); }
div.DivClassName
{
background-color: #19DBB5;
}
.BgClassName
{
background-color: #19DBB5;
}
</style>
border-color css
<style>
span { border-color: #19DBB5; }
span { border-color: rgb(25,219,181); }
td.TdClassName
{
border-color: #19DBB5;
}
.TagClassName
{
border-color: #19DBB5;
}
</style>