Shades of Caribbean Green #16E1A6
Tints of Caribbean Green #16E1A6
RGB
CMYK
RGB Variations
Color information
#16E1A6 (or 0x16E1A6) is known color: Caribbean Green. HEX triplet: 16, E1 and A6. RGB value is (22,225,166). Sum of RGB (Red+Green+Blue) = 22+225+166=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #16E1A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E1A6 is #E91E59. Grayscale: #9D9D9D. Windows color (decimal): -15277658 or 10936598. OLE color: 10936598.
HSL color Cylindrical-coordinate representation of color #16E1A6: hue angle of 162.56º 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 #16E1A6 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 166 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.12 |
| HSL | 162.56º | 0.82% | 0.48% | - |
| HSV(B) | 162.56º | 0.9% | 0.88% | - |
| XYZ | 34.14 | 56.77 | 45.24 | - |
| YUV | 157.58 | 132.75 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 166 | 0.90 | 0 | 0.26 | 0.12 | 162.56 | 0.82 | 0.48 |
| Hex | 16 | E1 | A6 | 5A | 0 | 1A | C | A3 | 52 | 30 |
| Octal | 26 | 341 | 246 | 132 | 0 | 32 | 14 | 243 | 122 | 60 |
| Binary | 10110 | 11100001 | 10100110 | 1011010 | 0 | 11010 | 1100 | 10100011 | 1010010 | 110000 |
Color Harmonies of #16E1A6
Complementary color
Monochromatic Colors of #16E1A6
Black with #16E1A6
Text Example
Text Example
White with #16E1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E1A6; }
p { color: rgb(22,225,166); }
H1.HeaderClassName
{
color: #16E1A6;
}
.AnyTagClassName
{
color: #16E1A6;
}
</style>
background-color css
<style>
a { background-color: #16E1A6; }
a { background-color: rgb(22,225,166); }
div.DivClassName
{
background-color: #16E1A6;
}
.BgClassName
{
background-color: #16E1A6;
}
</style>
border-color css
<style>
span { border-color: #16E1A6; }
span { border-color: rgb(22,225,166); }
td.TdClassName
{
border-color: #16E1A6;
}
.TagClassName
{
border-color: #16E1A6;
}
</style>