Shades of Caribbean Green #16DBA9
Tints of Caribbean Green #16DBA9
RGB
CMYK
RGB Variations
Color information
#16DBA9 (or 0x16DBA9) is known color: Caribbean Green. HEX triplet: 16, DB and A9. RGB value is (22,219,169). Sum of RGB (Red+Green+Blue) = 22+219+169=410 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.37% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #16DBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DBA9 is #E92456. Grayscale: #9A9A9A. Windows color (decimal): -15279191 or 11131670. OLE color: 11131670.
HSL color Cylindrical-coordinate representation of color #16DBA9: hue angle of 164.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DBA9 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 169 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.14 |
| HSL | 164.77º | 0.82% | 0.47% | - |
| HSV(B) | 164.77º | 0.9% | 0.86% | - |
| XYZ | 32.82 | 53.7 | 46.17 | - |
| YUV | 154.4 | 136.23 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 169 | 0.90 | 0 | 0.23 | 0.14 | 164.77 | 0.82 | 0.47 |
| Hex | 16 | DB | A9 | 5A | 0 | 17 | E | A5 | 52 | 2F |
| Octal | 26 | 333 | 251 | 132 | 0 | 27 | 16 | 245 | 122 | 57 |
| Binary | 10110 | 11011011 | 10101001 | 1011010 | 0 | 10111 | 1110 | 10100101 | 1010010 | 101111 |
Color Harmonies of #16DBA9
Complementary color
Monochromatic Colors of #16DBA9
Black with #16DBA9
Text Example
Text Example
White with #16DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBA9; }
p { color: rgb(22,219,169); }
H1.HeaderClassName
{
color: #16DBA9;
}
.AnyTagClassName
{
color: #16DBA9;
}
</style>
background-color css
<style>
a { background-color: #16DBA9; }
a { background-color: rgb(22,219,169); }
div.DivClassName
{
background-color: #16DBA9;
}
.BgClassName
{
background-color: #16DBA9;
}
</style>
border-color css
<style>
span { border-color: #16DBA9; }
span { border-color: rgb(22,219,169); }
td.TdClassName
{
border-color: #16DBA9;
}
.TagClassName
{
border-color: #16DBA9;
}
</style>