Shades of Caribbean Green #16E0AE
Tints of Caribbean Green #16E0AE
RGB
CMYK
RGB Variations
Color information
#16E0AE (or 0x16E0AE) is known color: Caribbean Green. HEX triplet: 16, E0 and AE. RGB value is (22,224,174). Sum of RGB (Red+Green+Blue) = 22+224+174=420 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.24% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #16E0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E0AE is #E91F51. Grayscale: #9D9D9D. Windows color (decimal): -15277906 or 11460630. OLE color: 11460630.
HSL color Cylindrical-coordinate representation of color #16E0AE: hue angle of 165.15º 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 #16E0AE is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 174 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.12 |
| HSL | 165.15º | 0.82% | 0.48% | - |
| HSV(B) | 165.15º | 0.9% | 0.88% | - |
| XYZ | 34.63 | 56.54 | 49.13 | - |
| YUV | 157.9 | 137.08 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 174 | 0.90 | 0 | 0.22 | 0.12 | 165.15 | 0.82 | 0.48 |
| Hex | 16 | E0 | AE | 5A | 0 | 16 | C | A5 | 52 | 30 |
| Octal | 26 | 340 | 256 | 132 | 0 | 26 | 14 | 245 | 122 | 60 |
| Binary | 10110 | 11100000 | 10101110 | 1011010 | 0 | 10110 | 1100 | 10100101 | 1010010 | 110000 |
Color Harmonies of #16E0AE
Complementary color
Monochromatic Colors of #16E0AE
Black with #16E0AE
Text Example
Text Example
White with #16E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E0AE; }
p { color: rgb(22,224,174); }
H1.HeaderClassName
{
color: #16E0AE;
}
.AnyTagClassName
{
color: #16E0AE;
}
</style>
background-color css
<style>
a { background-color: #16E0AE; }
a { background-color: rgb(22,224,174); }
div.DivClassName
{
background-color: #16E0AE;
}
.BgClassName
{
background-color: #16E0AE;
}
</style>
border-color css
<style>
span { border-color: #16E0AE; }
span { border-color: rgb(22,224,174); }
td.TdClassName
{
border-color: #16E0AE;
}
.TagClassName
{
border-color: #16E0AE;
}
</style>