Shades of Caribbean Green #19DDB2
Tints of Caribbean Green #19DDB2
RGB
CMYK
RGB Variations
Color information
#19DDB2 (or 0x19DDB2) is known color: Caribbean Green. HEX triplet: 19, DD and B2. RGB value is (25,221,178). Sum of RGB (Red+Green+Blue) = 25+221+178=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DDB2 is #E6224D. Grayscale: #9D9D9D. Windows color (decimal): -15082062 or 11722009. OLE color: 11722009.
HSL color Cylindrical-coordinate representation of color #19DDB2: hue angle of 166.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DDB2 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 25 | 221 | 178 | - |
CMYK | 0.89 | 0 | 0.19 | 0.13 |
HSL | 166.84º | 0.8% | 0.48% | - |
HSV(B) | 166.84º | 0.89% | 0.87% | - |
XYZ | 34.29 | 55.13 | 50.95 | - |
YUV | 157.49 | 139.57 | 33.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 221 | 178 | 0.89 | 0 | 0.19 | 0.13 | 166.84 | 0.8 | 0.48 |
Hex | 19 | DD | B2 | 59 | 0 | 13 | D | A7 | 50 | 30 |
Octal | 31 | 335 | 262 | 131 | 0 | 23 | 15 | 247 | 120 | 60 |
Binary | 11001 | 11011101 | 10110010 | 1011001 | 0 | 10011 | 1101 | 10100111 | 1010000 | 110000 |
Color Harmonies of #19DDB2
Complementary color
Monochromatic Colors of #19DDB2
Black with #19DDB2
Text Example
Text Example
White with #19DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDB2; }
p { color: rgb(25,221,178); }
H1.HeaderClassName
{
color: #19DDB2;
}
.AnyTagClassName
{
color: #19DDB2;
}
</style>
background-color css
<style>
a { background-color: #19DDB2; }
a { background-color: rgb(25,221,178); }
div.DivClassName
{
background-color: #19DDB2;
}
.BgClassName
{
background-color: #19DDB2;
}
</style>
border-color css
<style>
span { border-color: #19DDB2; }
span { border-color: rgb(25,221,178); }
td.TdClassName
{
border-color: #19DDB2;
}
.TagClassName
{
border-color: #19DDB2;
}
</style>