Shades of Caribbean Green #16C796
Tints of Caribbean Green #16C796
RGB
CMYK
RGB Variations
Color information
#16C796 (or 0x16C796) is known color: Caribbean Green. HEX triplet: 16, C7 and 96. RGB value is (22,199,150). Sum of RGB (Red+Green+Blue) = 22+199+150=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #16C796 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C796 is #E93869. Grayscale: #8C8C8C. Windows color (decimal): -15284330 or 9881366. OLE color: 9881366.
HSL color Cylindrical-coordinate representation of color #16C796: hue angle of 163.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C796 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 199 | 150 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.22 |
| HSL | 163.39º | 0.8% | 0.43% | - |
| HSV(B) | 163.39º | 0.89% | 0.78% | - |
| XYZ | 26.26 | 43.22 | 35.81 | - |
| YUV | 140.49 | 133.36 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 199 | 150 | 0.89 | 0 | 0.25 | 0.22 | 163.39 | 0.8 | 0.43 |
| Hex | 16 | C7 | 96 | 59 | 0 | 19 | 16 | A3 | 50 | 2B |
| Octal | 26 | 307 | 226 | 131 | 0 | 31 | 26 | 243 | 120 | 53 |
| Binary | 10110 | 11000111 | 10010110 | 1011001 | 0 | 11001 | 10110 | 10100011 | 1010000 | 101011 |
Color Harmonies of #16C796
Complementary color
Monochromatic Colors of #16C796
Black with #16C796
Text Example
Text Example
White with #16C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C796; }
p { color: rgb(22,199,150); }
H1.HeaderClassName
{
color: #16C796;
}
.AnyTagClassName
{
color: #16C796;
}
</style>
background-color css
<style>
a { background-color: #16C796; }
a { background-color: rgb(22,199,150); }
div.DivClassName
{
background-color: #16C796;
}
.BgClassName
{
background-color: #16C796;
}
</style>
border-color css
<style>
span { border-color: #16C796; }
span { border-color: rgb(22,199,150); }
td.TdClassName
{
border-color: #16C796;
}
.TagClassName
{
border-color: #16C796;
}
</style>