Shades of Caribbean Green #19E1AA
Tints of Caribbean Green #19E1AA
RGB
CMYK
RGB Variations
Color information
#19E1AA (or 0x19E1AA) is known color: Caribbean Green. HEX triplet: 19, E1 and AA. RGB value is (25,225,170). Sum of RGB (Red+Green+Blue) = 25+225+170=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #19E1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19E1AA is #E61E55. Grayscale: #9E9E9E. Windows color (decimal): -15081046 or 11198745. OLE color: 11198745.
HSL color Cylindrical-coordinate representation of color #19E1AA: hue angle of 163.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E1AA is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 170 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.12 |
| HSL | 163.5º | 0.8% | 0.49% | - |
| HSV(B) | 163.5º | 0.89% | 0.88% | - |
| XYZ | 34.58 | 56.96 | 47.2 | - |
| YUV | 158.93 | 134.24 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 170 | 0.89 | 0 | 0.24 | 0.12 | 163.5 | 0.8 | 0.49 |
| Hex | 19 | E1 | AA | 59 | 0 | 18 | C | A4 | 50 | 31 |
| Octal | 31 | 341 | 252 | 131 | 0 | 30 | 14 | 244 | 120 | 61 |
| Binary | 11001 | 11100001 | 10101010 | 1011001 | 0 | 11000 | 1100 | 10100100 | 1010000 | 110001 |
Color Harmonies of #19E1AA
Complementary color
Monochromatic Colors of #19E1AA
Black with #19E1AA
Text Example
Text Example
White with #19E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E1AA; }
p { color: rgb(25,225,170); }
H1.HeaderClassName
{
color: #19E1AA;
}
.AnyTagClassName
{
color: #19E1AA;
}
</style>
background-color css
<style>
a { background-color: #19E1AA; }
a { background-color: rgb(25,225,170); }
div.DivClassName
{
background-color: #19E1AA;
}
.BgClassName
{
background-color: #19E1AA;
}
</style>
border-color css
<style>
span { border-color: #19E1AA; }
span { border-color: rgb(25,225,170); }
td.TdClassName
{
border-color: #19E1AA;
}
.TagClassName
{
border-color: #19E1AA;
}
</style>