Shades of Caribbean Green #16CCA1
Tints of Caribbean Green #16CCA1
RGB
CMYK
RGB Variations
Color information
#16CCA1 (or 0x16CCA1) is known color: Caribbean Green. HEX triplet: 16, CC and A1. RGB value is (22,204,161). Sum of RGB (Red+Green+Blue) = 22+204+161=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #16CCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CCA1 is #E9335E. Grayscale: #909090. Windows color (decimal): -15283039 or 10603542. OLE color: 10603542.
HSL color Cylindrical-coordinate representation of color #16CCA1: hue angle of 165.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CCA1 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 161 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.2 |
| HSL | 165.82º | 0.81% | 0.44% | - |
| HSV(B) | 165.82º | 0.89% | 0.8% | - |
| XYZ | 28.36 | 45.93 | 41.09 | - |
| YUV | 144.68 | 137.2 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 161 | 0.89 | 0 | 0.21 | 0.2 | 165.82 | 0.81 | 0.44 |
| Hex | 16 | CC | A1 | 59 | 0 | 15 | 14 | A6 | 51 | 2C |
| Octal | 26 | 314 | 241 | 131 | 0 | 25 | 24 | 246 | 121 | 54 |
| Binary | 10110 | 11001100 | 10100001 | 1011001 | 0 | 10101 | 10100 | 10100110 | 1010001 | 101100 |
Color Harmonies of #16CCA1
Complementary color
Monochromatic Colors of #16CCA1
Black with #16CCA1
Text Example
Text Example
White with #16CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CCA1; }
p { color: rgb(22,204,161); }
H1.HeaderClassName
{
color: #16CCA1;
}
.AnyTagClassName
{
color: #16CCA1;
}
</style>
background-color css
<style>
a { background-color: #16CCA1; }
a { background-color: rgb(22,204,161); }
div.DivClassName
{
background-color: #16CCA1;
}
.BgClassName
{
background-color: #16CCA1;
}
</style>
border-color css
<style>
span { border-color: #16CCA1; }
span { border-color: rgb(22,204,161); }
td.TdClassName
{
border-color: #16CCA1;
}
.TagClassName
{
border-color: #16CCA1;
}
</style>