Shades of Caribbean Green #16DBAC
Tints of Caribbean Green #16DBAC
RGB
CMYK
RGB Variations
Color information
#16DBAC (or 0x16DBAC) is known color: Caribbean Green. HEX triplet: 16, DB and AC. RGB value is (22,219,172). Sum of RGB (Red+Green+Blue) = 22+219+172=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #16DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DBAC is #E92453. Grayscale: #9A9A9A. Windows color (decimal): -15279188 or 11328278. OLE color: 11328278.
HSL color Cylindrical-coordinate representation of color #16DBAC: hue angle of 165.69º 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 #16DBAC is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 172 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.14 |
| HSL | 165.69º | 0.82% | 0.47% | - |
| HSV(B) | 165.69º | 0.9% | 0.86% | - |
| XYZ | 33.11 | 53.81 | 47.67 | - |
| YUV | 154.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 172 | 0.90 | 0 | 0.21 | 0.14 | 165.69 | 0.82 | 0.47 |
| Hex | 16 | DB | AC | 5A | 0 | 15 | E | A6 | 52 | 2F |
| Octal | 26 | 333 | 254 | 132 | 0 | 25 | 16 | 246 | 122 | 57 |
| Binary | 10110 | 11011011 | 10101100 | 1011010 | 0 | 10101 | 1110 | 10100110 | 1010010 | 101111 |
Color Harmonies of #16DBAC
Complementary color
Monochromatic Colors of #16DBAC
Black with #16DBAC
Text Example
Text Example
White with #16DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBAC; }
p { color: rgb(22,219,172); }
H1.HeaderClassName
{
color: #16DBAC;
}
.AnyTagClassName
{
color: #16DBAC;
}
</style>
background-color css
<style>
a { background-color: #16DBAC; }
a { background-color: rgb(22,219,172); }
div.DivClassName
{
background-color: #16DBAC;
}
.BgClassName
{
background-color: #16DBAC;
}
</style>
border-color css
<style>
span { border-color: #16DBAC; }
span { border-color: rgb(22,219,172); }
td.TdClassName
{
border-color: #16DBAC;
}
.TagClassName
{
border-color: #16DBAC;
}
</style>