Shades of Caribbean Green #16E19F
Tints of Caribbean Green #16E19F
RGB
CMYK
RGB Variations
Color information
#16E19F (or 0x16E19F) is known color: Caribbean Green. HEX triplet: 16, E1 and 9F. RGB value is (22,225,159). Sum of RGB (Red+Green+Blue) = 22+225+159=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #16E19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E19F is #E91E60. Grayscale: #9C9C9C. Windows color (decimal): -15277665 or 10477846. OLE color: 10477846.
HSL color Cylindrical-coordinate representation of color #16E19F: hue angle of 160.49º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E19F is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 159 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.12 |
| HSL | 160.49º | 0.82% | 0.48% | - |
| HSV(B) | 160.49º | 0.9% | 0.88% | - |
| XYZ | 33.51 | 56.52 | 41.94 | - |
| YUV | 156.78 | 129.25 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 159 | 0.90 | 0 | 0.29 | 0.12 | 160.49 | 0.82 | 0.48 |
| Hex | 16 | E1 | 9F | 5A | 0 | 1D | C | A0 | 52 | 30 |
| Octal | 26 | 341 | 237 | 132 | 0 | 35 | 14 | 240 | 122 | 60 |
| Binary | 10110 | 11100001 | 10011111 | 1011010 | 0 | 11101 | 1100 | 10100000 | 1010010 | 110000 |
Color Harmonies of #16E19F
Complementary color
Monochromatic Colors of #16E19F
Black with #16E19F
Text Example
Text Example
White with #16E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E19F; }
p { color: rgb(22,225,159); }
H1.HeaderClassName
{
color: #16E19F;
}
.AnyTagClassName
{
color: #16E19F;
}
</style>
background-color css
<style>
a { background-color: #16E19F; }
a { background-color: rgb(22,225,159); }
div.DivClassName
{
background-color: #16E19F;
}
.BgClassName
{
background-color: #16E19F;
}
</style>
border-color css
<style>
span { border-color: #16E19F; }
span { border-color: rgb(22,225,159); }
td.TdClassName
{
border-color: #16E19F;
}
.TagClassName
{
border-color: #16E19F;
}
</style>