Shades of Caribbean Green #16C5A2
Tints of Caribbean Green #16C5A2
RGB
CMYK
RGB Variations
Color information
#16C5A2 (or 0x16C5A2) is known color: Caribbean Green. HEX triplet: 16, C5 and A2. RGB value is (22,197,162). Sum of RGB (Red+Green+Blue) = 22+197+162=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #16C5A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C5A2 is #E93A5D. Grayscale: #8C8C8C. Windows color (decimal): -15284830 or 10667286. OLE color: 10667286.
HSL color Cylindrical-coordinate representation of color #16C5A2: hue angle of 168º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C5A2 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 197 | 162 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.23 |
| HSL | 168º | 0.8% | 0.43% | - |
| HSV(B) | 168º | 0.89% | 0.77% | - |
| XYZ | 26.82 | 42.71 | 41.01 | - |
| YUV | 140.69 | 140.02 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 162 | 0.89 | 0 | 0.18 | 0.23 | 168 | 0.8 | 0.43 |
| Hex | 16 | C5 | A2 | 59 | 0 | 12 | 17 | A8 | 50 | 2B |
| Octal | 26 | 305 | 242 | 131 | 0 | 22 | 27 | 250 | 120 | 53 |
| Binary | 10110 | 11000101 | 10100010 | 1011001 | 0 | 10010 | 10111 | 10101000 | 1010000 | 101011 |
Color Harmonies of #16C5A2
Complementary color
Monochromatic Colors of #16C5A2
Black with #16C5A2
Text Example
Text Example
White with #16C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C5A2; }
p { color: rgb(22,197,162); }
H1.HeaderClassName
{
color: #16C5A2;
}
.AnyTagClassName
{
color: #16C5A2;
}
</style>
background-color css
<style>
a { background-color: #16C5A2; }
a { background-color: rgb(22,197,162); }
div.DivClassName
{
background-color: #16C5A2;
}
.BgClassName
{
background-color: #16C5A2;
}
</style>
border-color css
<style>
span { border-color: #16C5A2; }
span { border-color: rgb(22,197,162); }
td.TdClassName
{
border-color: #16C5A2;
}
.TagClassName
{
border-color: #16C5A2;
}
</style>