Shades of Caribbean Green #16DDAB
Tints of Caribbean Green #16DDAB
RGB
CMYK
RGB Variations
Color information
#16DDAB (or 0x16DDAB) is known color: Caribbean Green. HEX triplet: 16, DD and AB. RGB value is (22,221,171). Sum of RGB (Red+Green+Blue) = 22+221+171=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #16DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DDAB is #E92254. Grayscale: #9B9B9B. Windows color (decimal): -15278677 or 11263254. OLE color: 11263254.
HSL color Cylindrical-coordinate representation of color #16DDAB: hue angle of 164.92º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DDAB is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 221 | 171 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.13 |
| HSL | 164.92º | 0.82% | 0.48% | - |
| HSV(B) | 164.92º | 0.9% | 0.87% | - |
| XYZ | 33.54 | 54.82 | 47.34 | - |
| YUV | 155.8 | 136.57 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 171 | 0.90 | 0 | 0.23 | 0.13 | 164.92 | 0.82 | 0.48 |
| Hex | 16 | DD | AB | 5A | 0 | 17 | D | A5 | 52 | 30 |
| Octal | 26 | 335 | 253 | 132 | 0 | 27 | 15 | 245 | 122 | 60 |
| Binary | 10110 | 11011101 | 10101011 | 1011010 | 0 | 10111 | 1101 | 10100101 | 1010010 | 110000 |
Color Harmonies of #16DDAB
Complementary color
Monochromatic Colors of #16DDAB
Black with #16DDAB
Text Example
Text Example
White with #16DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DDAB; }
p { color: rgb(22,221,171); }
H1.HeaderClassName
{
color: #16DDAB;
}
.AnyTagClassName
{
color: #16DDAB;
}
</style>
background-color css
<style>
a { background-color: #16DDAB; }
a { background-color: rgb(22,221,171); }
div.DivClassName
{
background-color: #16DDAB;
}
.BgClassName
{
background-color: #16DDAB;
}
</style>
border-color css
<style>
span { border-color: #16DDAB; }
span { border-color: rgb(22,221,171); }
td.TdClassName
{
border-color: #16DDAB;
}
.TagClassName
{
border-color: #16DDAB;
}
</style>