Shades of Caribbean Green #16CAA9
Tints of Caribbean Green #16CAA9
RGB
CMYK
RGB Variations
Color information
#16CAA9 (or 0x16CAA9) is known color: Caribbean Green. HEX triplet: 16, CA and A9. RGB value is (22,202,169). Sum of RGB (Red+Green+Blue) = 22+202+169=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #16CAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CAA9 is #E93556. Grayscale: #909090. Windows color (decimal): -15283543 or 11127318. OLE color: 11127318.
HSL color Cylindrical-coordinate representation of color #16CAA9: hue angle of 169º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CAA9 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 169 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.21 |
| HSL | 169º | 0.8% | 0.44% | - |
| HSV(B) | 169º | 0.89% | 0.79% | - |
| XYZ | 28.61 | 45.28 | 44.77 | - |
| YUV | 144.42 | 141.87 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 169 | 0.89 | 0 | 0.16 | 0.21 | 169 | 0.8 | 0.44 |
| Hex | 16 | CA | A9 | 59 | 0 | 10 | 15 | A9 | 50 | 2C |
| Octal | 26 | 312 | 251 | 131 | 0 | 20 | 25 | 251 | 120 | 54 |
| Binary | 10110 | 11001010 | 10101001 | 1011001 | 0 | 10000 | 10101 | 10101001 | 1010000 | 101100 |
Color Harmonies of #16CAA9
Complementary color
Monochromatic Colors of #16CAA9
Black with #16CAA9
Text Example
Text Example
White with #16CAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CAA9; }
p { color: rgb(22,202,169); }
H1.HeaderClassName
{
color: #16CAA9;
}
.AnyTagClassName
{
color: #16CAA9;
}
</style>
background-color css
<style>
a { background-color: #16CAA9; }
a { background-color: rgb(22,202,169); }
div.DivClassName
{
background-color: #16CAA9;
}
.BgClassName
{
background-color: #16CAA9;
}
</style>
border-color css
<style>
span { border-color: #16CAA9; }
span { border-color: rgb(22,202,169); }
td.TdClassName
{
border-color: #16CAA9;
}
.TagClassName
{
border-color: #16CAA9;
}
</style>