Shades of Caribbean Green #16CB9A
Tints of Caribbean Green #16CB9A
RGB
CMYK
RGB Variations
Color information
#16CB9A (or 0x16CB9A) is known color: Caribbean Green. HEX triplet: 16, CB and 9A. RGB value is (22,203,154). Sum of RGB (Red+Green+Blue) = 22+203+154=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CB9A is #E93465. Grayscale: #8F8F8F. Windows color (decimal): -15283302 or 10144534. OLE color: 10144534.
HSL color Cylindrical-coordinate representation of color #16CB9A: hue angle of 163.76º degrees, saturation: 0.8, 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 #16CB9A is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 154 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.20 |
| HSL | 163.76º | 0.8% | 0.44% | - |
| HSV(B) | 163.76º | 0.89% | 0.8% | - |
| XYZ | 27.52 | 45.22 | 37.85 | - |
| YUV | 143.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 154 | 0.89 | 0 | 0.24 | 0.20 | 163.76 | 0.8 | 0.44 |
| Hex | 16 | CB | 9A | 59 | 0 | 18 | 14 | A4 | 50 | 2C |
| Octal | 26 | 313 | 232 | 131 | 0 | 30 | 24 | 244 | 120 | 54 |
| Binary | 10110 | 11001011 | 10011010 | 1011001 | 0 | 11000 | 10100 | 10100100 | 1010000 | 101100 |
Color Harmonies of #16CB9A
Complementary color
Monochromatic Colors of #16CB9A
Black with #16CB9A
Text Example
Text Example
White with #16CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB9A; }
p { color: rgb(22,203,154); }
H1.HeaderClassName
{
color: #16CB9A;
}
.AnyTagClassName
{
color: #16CB9A;
}
</style>
background-color css
<style>
a { background-color: #16CB9A; }
a { background-color: rgb(22,203,154); }
div.DivClassName
{
background-color: #16CB9A;
}
.BgClassName
{
background-color: #16CB9A;
}
</style>
border-color css
<style>
span { border-color: #16CB9A; }
span { border-color: rgb(22,203,154); }
td.TdClassName
{
border-color: #16CB9A;
}
.TagClassName
{
border-color: #16CB9A;
}
</style>