Shades of Caribbean Green #19D0AB
Tints of Caribbean Green #19D0AB
RGB
CMYK
RGB Variations
Color information
#19D0AB (or 0x19D0AB) is known color: Caribbean Green. HEX triplet: 19, D0 and AB. RGB value is (25,208,171). Sum of RGB (Red+Green+Blue) = 25+208+171=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #19D0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D0AB is #E62F54. Grayscale: #959595. Windows color (decimal): -15085397 or 11259929. OLE color: 11259929.
HSL color Cylindrical-coordinate representation of color #19D0AB: hue angle of 167.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D0AB is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 171 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.18 |
| HSL | 167.87º | 0.79% | 0.46% | - |
| HSV(B) | 167.87º | 0.88% | 0.82% | - |
| XYZ | 30.31 | 48.26 | 46.25 | - |
| YUV | 149.07 | 140.37 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 171 | 0.88 | 0 | 0.18 | 0.18 | 167.87 | 0.79 | 0.46 |
| Hex | 19 | D0 | AB | 58 | 0 | 12 | 12 | A8 | 4F | 2E |
| Octal | 31 | 320 | 253 | 130 | 0 | 22 | 22 | 250 | 117 | 56 |
| Binary | 11001 | 11010000 | 10101011 | 1011000 | 0 | 10010 | 10010 | 10101000 | 1001111 | 101110 |
Color Harmonies of #19D0AB
Complementary color
Monochromatic Colors of #19D0AB
Black with #19D0AB
Text Example
Text Example
White with #19D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D0AB; }
p { color: rgb(25,208,171); }
H1.HeaderClassName
{
color: #19D0AB;
}
.AnyTagClassName
{
color: #19D0AB;
}
</style>
background-color css
<style>
a { background-color: #19D0AB; }
a { background-color: rgb(25,208,171); }
div.DivClassName
{
background-color: #19D0AB;
}
.BgClassName
{
background-color: #19D0AB;
}
</style>
border-color css
<style>
span { border-color: #19D0AB; }
span { border-color: rgb(25,208,171); }
td.TdClassName
{
border-color: #19D0AB;
}
.TagClassName
{
border-color: #19D0AB;
}
</style>