Shades of Caribbean Green #16DBAA
Tints of Caribbean Green #16DBAA
RGB
CMYK
RGB Variations
Color information
#16DBAA (or 0x16DBAA) is known color: Caribbean Green. HEX triplet: 16, DB and AA. RGB value is (22,219,170). Sum of RGB (Red+Green+Blue) = 22+219+170=411 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.35% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #16DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DBAA is #E92455. Grayscale: #9A9A9A. Windows color (decimal): -15279190 or 11197206. OLE color: 11197206.
HSL color Cylindrical-coordinate representation of color #16DBAA: hue angle of 165.08º 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 #16DBAA is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 170 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.14 |
| HSL | 165.08º | 0.82% | 0.47% | - |
| HSV(B) | 165.08º | 0.9% | 0.86% | - |
| XYZ | 32.92 | 53.74 | 46.67 | - |
| YUV | 154.51 | 136.73 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 170 | 0.90 | 0 | 0.22 | 0.14 | 165.08 | 0.82 | 0.47 |
| Hex | 16 | DB | AA | 5A | 0 | 16 | E | A5 | 52 | 2F |
| Octal | 26 | 333 | 252 | 132 | 0 | 26 | 16 | 245 | 122 | 57 |
| Binary | 10110 | 11011011 | 10101010 | 1011010 | 0 | 10110 | 1110 | 10100101 | 1010010 | 101111 |
Color Harmonies of #16DBAA
Complementary color
Monochromatic Colors of #16DBAA
Black with #16DBAA
Text Example
Text Example
White with #16DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBAA; }
p { color: rgb(22,219,170); }
H1.HeaderClassName
{
color: #16DBAA;
}
.AnyTagClassName
{
color: #16DBAA;
}
</style>
background-color css
<style>
a { background-color: #16DBAA; }
a { background-color: rgb(22,219,170); }
div.DivClassName
{
background-color: #16DBAA;
}
.BgClassName
{
background-color: #16DBAA;
}
</style>
border-color css
<style>
span { border-color: #16DBAA; }
span { border-color: rgb(22,219,170); }
td.TdClassName
{
border-color: #16DBAA;
}
.TagClassName
{
border-color: #16DBAA;
}
</style>