Shades of Caribbean Green #19D0AA
Tints of Caribbean Green #19D0AA
RGB
CMYK
RGB Variations
Color information
#19D0AA (or 0x19D0AA) is known color: Caribbean Green. HEX triplet: 19, D0 and AA. RGB value is (25,208,170). Sum of RGB (Red+Green+Blue) = 25+208+170=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #19D0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D0AA is #E62F55. Grayscale: #949494. Windows color (decimal): -15085398 or 11194393. OLE color: 11194393.
HSL color Cylindrical-coordinate representation of color #19D0AA: hue angle of 167.54º 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 #19D0AA is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 170 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.18 |
| HSL | 167.54º | 0.79% | 0.46% | - |
| HSV(B) | 167.54º | 0.88% | 0.82% | - |
| XYZ | 30.21 | 48.22 | 45.75 | - |
| YUV | 148.95 | 139.87 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 170 | 0.88 | 0 | 0.18 | 0.18 | 167.54 | 0.79 | 0.46 |
| Hex | 19 | D0 | AA | 58 | 0 | 12 | 12 | A8 | 4F | 2E |
| Octal | 31 | 320 | 252 | 130 | 0 | 22 | 22 | 250 | 117 | 56 |
| Binary | 11001 | 11010000 | 10101010 | 1011000 | 0 | 10010 | 10010 | 10101000 | 1001111 | 101110 |
Color Harmonies of #19D0AA
Complementary color
Monochromatic Colors of #19D0AA
Black with #19D0AA
Text Example
Text Example
White with #19D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D0AA; }
p { color: rgb(25,208,170); }
H1.HeaderClassName
{
color: #19D0AA;
}
.AnyTagClassName
{
color: #19D0AA;
}
</style>
background-color css
<style>
a { background-color: #19D0AA; }
a { background-color: rgb(25,208,170); }
div.DivClassName
{
background-color: #19D0AA;
}
.BgClassName
{
background-color: #19D0AA;
}
</style>
border-color css
<style>
span { border-color: #19D0AA; }
span { border-color: rgb(25,208,170); }
td.TdClassName
{
border-color: #19D0AA;
}
.TagClassName
{
border-color: #19D0AA;
}
</style>