Shades of Caribbean Green #19D0A1
Tints of Caribbean Green #19D0A1
RGB
CMYK
RGB Variations
Color information
#19D0A1 (or 0x19D0A1) is known color: Caribbean Green. HEX triplet: 19, D0 and A1. RGB value is (25,208,161). Sum of RGB (Red+Green+Blue) = 25+208+161=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #19D0A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D0A1 is #E62F5E. Grayscale: #939393. Windows color (decimal): -15085407 or 10604569. OLE color: 10604569.
HSL color Cylindrical-coordinate representation of color #19D0A1: hue angle of 164.59º 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 #19D0A1 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 161 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.18 |
| HSL | 164.59º | 0.79% | 0.46% | - |
| HSV(B) | 164.59º | 0.88% | 0.82% | - |
| XYZ | 29.39 | 47.89 | 41.41 | - |
| YUV | 147.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 161 | 0.88 | 0 | 0.23 | 0.18 | 164.59 | 0.79 | 0.46 |
| Hex | 19 | D0 | A1 | 58 | 0 | 17 | 12 | A5 | 4F | 2E |
| Octal | 31 | 320 | 241 | 130 | 0 | 27 | 22 | 245 | 117 | 56 |
| Binary | 11001 | 11010000 | 10100001 | 1011000 | 0 | 10111 | 10010 | 10100101 | 1001111 | 101110 |
Color Harmonies of #19D0A1
Complementary color
Monochromatic Colors of #19D0A1
Black with #19D0A1
Text Example
Text Example
White with #19D0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D0A1; }
p { color: rgb(25,208,161); }
H1.HeaderClassName
{
color: #19D0A1;
}
.AnyTagClassName
{
color: #19D0A1;
}
</style>
background-color css
<style>
a { background-color: #19D0A1; }
a { background-color: rgb(25,208,161); }
div.DivClassName
{
background-color: #19D0A1;
}
.BgClassName
{
background-color: #19D0A1;
}
</style>
border-color css
<style>
span { border-color: #19D0A1; }
span { border-color: rgb(25,208,161); }
td.TdClassName
{
border-color: #19D0A1;
}
.TagClassName
{
border-color: #19D0A1;
}
</style>