Shades of Caribbean Green #16C9A2
Tints of Caribbean Green #16C9A2
RGB
CMYK
RGB Variations
Color information
#16C9A2 (or 0x16C9A2) is known color: Caribbean Green. HEX triplet: 16, C9 and A2. RGB value is (22,201,162). Sum of RGB (Red+Green+Blue) = 22+201+162=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #16C9A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C9A2 is #E9365D. Grayscale: #8F8F8F. Windows color (decimal): -15283806 or 10668310. OLE color: 10668310.
HSL color Cylindrical-coordinate representation of color #16C9A2: hue angle of 166.93º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C9A2 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 201 | 162 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.21 |
| HSL | 166.93º | 0.8% | 0.44% | - |
| HSV(B) | 166.93º | 0.89% | 0.79% | - |
| XYZ | 27.74 | 44.55 | 41.32 | - |
| YUV | 143.03 | 138.7 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 162 | 0.89 | 0 | 0.19 | 0.21 | 166.93 | 0.8 | 0.44 |
| Hex | 16 | C9 | A2 | 59 | 0 | 13 | 15 | A7 | 50 | 2C |
| Octal | 26 | 311 | 242 | 131 | 0 | 23 | 25 | 247 | 120 | 54 |
| Binary | 10110 | 11001001 | 10100010 | 1011001 | 0 | 10011 | 10101 | 10100111 | 1010000 | 101100 |
Color Harmonies of #16C9A2
Complementary color
Monochromatic Colors of #16C9A2
Black with #16C9A2
Text Example
Text Example
White with #16C9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C9A2; }
p { color: rgb(22,201,162); }
H1.HeaderClassName
{
color: #16C9A2;
}
.AnyTagClassName
{
color: #16C9A2;
}
</style>
background-color css
<style>
a { background-color: #16C9A2; }
a { background-color: rgb(22,201,162); }
div.DivClassName
{
background-color: #16C9A2;
}
.BgClassName
{
background-color: #16C9A2;
}
</style>
border-color css
<style>
span { border-color: #16C9A2; }
span { border-color: rgb(22,201,162); }
td.TdClassName
{
border-color: #16C9A2;
}
.TagClassName
{
border-color: #16C9A2;
}
</style>