Shades of Caribbean Green #19D0A8
Tints of Caribbean Green #19D0A8
RGB
CMYK
RGB Variations
Color information
#19D0A8 (or 0x19D0A8) is known color: Caribbean Green. HEX triplet: 19, D0 and A8. RGB value is (25,208,168). Sum of RGB (Red+Green+Blue) = 25+208+168=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #19D0A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D0A8 is #E62F57. Grayscale: #949494. Windows color (decimal): -15085400 or 11063321. OLE color: 11063321.
HSL color Cylindrical-coordinate representation of color #19D0A8: hue angle of 166.89º 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 #19D0A8 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 168 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.18 |
| HSL | 166.89º | 0.79% | 0.46% | - |
| HSV(B) | 166.89º | 0.88% | 0.82% | - |
| XYZ | 30.02 | 48.15 | 44.76 | - |
| YUV | 148.72 | 138.87 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 168 | 0.88 | 0 | 0.19 | 0.18 | 166.89 | 0.79 | 0.46 |
| Hex | 19 | D0 | A8 | 58 | 0 | 13 | 12 | A7 | 4F | 2E |
| Octal | 31 | 320 | 250 | 130 | 0 | 23 | 22 | 247 | 117 | 56 |
| Binary | 11001 | 11010000 | 10101000 | 1011000 | 0 | 10011 | 10010 | 10100111 | 1001111 | 101110 |
Color Harmonies of #19D0A8
Complementary color
Monochromatic Colors of #19D0A8
Black with #19D0A8
Text Example
Text Example
White with #19D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D0A8; }
p { color: rgb(25,208,168); }
H1.HeaderClassName
{
color: #19D0A8;
}
.AnyTagClassName
{
color: #19D0A8;
}
</style>
background-color css
<style>
a { background-color: #19D0A8; }
a { background-color: rgb(25,208,168); }
div.DivClassName
{
background-color: #19D0A8;
}
.BgClassName
{
background-color: #19D0A8;
}
</style>
border-color css
<style>
span { border-color: #19D0A8; }
span { border-color: rgb(25,208,168); }
td.TdClassName
{
border-color: #19D0A8;
}
.TagClassName
{
border-color: #19D0A8;
}
</style>