Shades of Caribbean Green #19E1AF
Tints of Caribbean Green #19E1AF
RGB
CMYK
RGB Variations
Color information
#19E1AF (or 0x19E1AF) is known color: Caribbean Green. HEX triplet: 19, E1 and AF. RGB value is (25,225,175). Sum of RGB (Red+Green+Blue) = 25+225+175=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #19E1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19E1AF is #E61E50. Grayscale: #9F9F9F. Windows color (decimal): -15081041 or 11526425. OLE color: 11526425.
HSL color Cylindrical-coordinate representation of color #19E1AF: hue angle of 165º 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 #19E1AF is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 175 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.12 |
| HSL | 165º | 0.8% | 0.49% | - |
| HSV(B) | 165º | 0.89% | 0.88% | - |
| XYZ | 35.06 | 57.15 | 49.74 | - |
| YUV | 159.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 175 | 0.89 | 0 | 0.22 | 0.12 | 165 | 0.8 | 0.49 |
| Hex | 19 | E1 | AF | 59 | 0 | 16 | C | A5 | 50 | 31 |
| Octal | 31 | 341 | 257 | 131 | 0 | 26 | 14 | 245 | 120 | 61 |
| Binary | 11001 | 11100001 | 10101111 | 1011001 | 0 | 10110 | 1100 | 10100101 | 1010000 | 110001 |
Color Harmonies of #19E1AF
Complementary color
Monochromatic Colors of #19E1AF
Black with #19E1AF
Text Example
Text Example
White with #19E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E1AF; }
p { color: rgb(25,225,175); }
H1.HeaderClassName
{
color: #19E1AF;
}
.AnyTagClassName
{
color: #19E1AF;
}
</style>
background-color css
<style>
a { background-color: #19E1AF; }
a { background-color: rgb(25,225,175); }
div.DivClassName
{
background-color: #19E1AF;
}
.BgClassName
{
background-color: #19E1AF;
}
</style>
border-color css
<style>
span { border-color: #19E1AF; }
span { border-color: rgb(25,225,175); }
td.TdClassName
{
border-color: #19E1AF;
}
.TagClassName
{
border-color: #19E1AF;
}
</style>