Shades of Caribbean Green #16CC99
Tints of Caribbean Green #16CC99
RGB
CMYK
RGB Variations
Color information
#16CC99 (or 0x16CC99) is known color: Caribbean Green. HEX triplet: 16, CC and 99. RGB value is (22,204,153). Sum of RGB (Red+Green+Blue) = 22+204+153=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CC99 is #E93366. Grayscale: #8F8F8F. Windows color (decimal): -15283047 or 10079254. OLE color: 10079254.
HSL color Cylindrical-coordinate representation of color #16CC99: hue angle of 163.19º 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 #16CC99 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 153 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.2 |
| HSL | 163.19º | 0.81% | 0.44% | - |
| HSV(B) | 163.19º | 0.89% | 0.8% | - |
| XYZ | 27.67 | 45.66 | 37.49 | - |
| YUV | 143.77 | 133.2 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 153 | 0.89 | 0 | 0.25 | 0.2 | 163.19 | 0.81 | 0.44 |
| Hex | 16 | CC | 99 | 59 | 0 | 19 | 14 | A3 | 51 | 2C |
| Octal | 26 | 314 | 231 | 131 | 0 | 31 | 24 | 243 | 121 | 54 |
| Binary | 10110 | 11001100 | 10011001 | 1011001 | 0 | 11001 | 10100 | 10100011 | 1010001 | 101100 |
Color Harmonies of #16CC99
Complementary color
Monochromatic Colors of #16CC99
Black with #16CC99
Text Example
Text Example
White with #16CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC99; }
p { color: rgb(22,204,153); }
H1.HeaderClassName
{
color: #16CC99;
}
.AnyTagClassName
{
color: #16CC99;
}
</style>
background-color css
<style>
a { background-color: #16CC99; }
a { background-color: rgb(22,204,153); }
div.DivClassName
{
background-color: #16CC99;
}
.BgClassName
{
background-color: #16CC99;
}
</style>
border-color css
<style>
span { border-color: #16CC99; }
span { border-color: rgb(22,204,153); }
td.TdClassName
{
border-color: #16CC99;
}
.TagClassName
{
border-color: #16CC99;
}
</style>