Shades of Caribbean Green #16E1AF
Tints of Caribbean Green #16E1AF
RGB
CMYK
RGB Variations
Color information
#16E1AF (or 0x16E1AF) is known color: Caribbean Green. HEX triplet: 16, E1 and AF. RGB value is (22,225,175). Sum of RGB (Red+Green+Blue) = 22+225+175=422 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.21% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #16E1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E1AF is #E91E50. Grayscale: #9E9E9E. Windows color (decimal): -15277649 or 11526422. OLE color: 11526422.
HSL color Cylindrical-coordinate representation of color #16E1AF: hue angle of 165.22º 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 #16E1AF is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 175 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.12 |
| HSL | 165.22º | 0.82% | 0.48% | - |
| HSV(B) | 165.22º | 0.9% | 0.88% | - |
| XYZ | 34.99 | 57.12 | 49.74 | - |
| YUV | 158.6 | 137.25 | 30.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 175 | 0.90 | 0 | 0.22 | 0.12 | 165.22 | 0.82 | 0.48 |
| Hex | 16 | E1 | AF | 5A | 0 | 16 | C | A5 | 52 | 30 |
| Octal | 26 | 341 | 257 | 132 | 0 | 26 | 14 | 245 | 122 | 60 |
| Binary | 10110 | 11100001 | 10101111 | 1011010 | 0 | 10110 | 1100 | 10100101 | 1010010 | 110000 |
Color Harmonies of #16E1AF
Complementary color
Monochromatic Colors of #16E1AF
Black with #16E1AF
Text Example
Text Example
White with #16E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E1AF; }
p { color: rgb(22,225,175); }
H1.HeaderClassName
{
color: #16E1AF;
}
.AnyTagClassName
{
color: #16E1AF;
}
</style>
background-color css
<style>
a { background-color: #16E1AF; }
a { background-color: rgb(22,225,175); }
div.DivClassName
{
background-color: #16E1AF;
}
.BgClassName
{
background-color: #16E1AF;
}
</style>
border-color css
<style>
span { border-color: #16E1AF; }
span { border-color: rgb(22,225,175); }
td.TdClassName
{
border-color: #16E1AF;
}
.TagClassName
{
border-color: #16E1AF;
}
</style>