Shades of Caribbean Green #16D9AC
Tints of Caribbean Green #16D9AC
RGB
CMYK
RGB Variations
Color information
#16D9AC (or 0x16D9AC) is known color: Caribbean Green. HEX triplet: 16, D9 and AC. RGB value is (22,217,172). Sum of RGB (Red+Green+Blue) = 22+217+172=411 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.35% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #16D9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D9AC is #E92653. Grayscale: #999999. Windows color (decimal): -15279700 or 11327766. OLE color: 11327766.
HSL color Cylindrical-coordinate representation of color #16D9AC: hue angle of 166.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D9AC is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 172 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.15 |
| HSL | 166.15º | 0.82% | 0.47% | - |
| HSV(B) | 166.15º | 0.9% | 0.85% | - |
| XYZ | 32.59 | 52.77 | 47.5 | - |
| YUV | 153.57 | 138.4 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 172 | 0.90 | 0 | 0.21 | 0.15 | 166.15 | 0.82 | 0.47 |
| Hex | 16 | D9 | AC | 5A | 0 | 15 | F | A6 | 52 | 2F |
| Octal | 26 | 331 | 254 | 132 | 0 | 25 | 17 | 246 | 122 | 57 |
| Binary | 10110 | 11011001 | 10101100 | 1011010 | 0 | 10101 | 1111 | 10100110 | 1010010 | 101111 |
Color Harmonies of #16D9AC
Complementary color
Monochromatic Colors of #16D9AC
Black with #16D9AC
Text Example
Text Example
White with #16D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D9AC; }
p { color: rgb(22,217,172); }
H1.HeaderClassName
{
color: #16D9AC;
}
.AnyTagClassName
{
color: #16D9AC;
}
</style>
background-color css
<style>
a { background-color: #16D9AC; }
a { background-color: rgb(22,217,172); }
div.DivClassName
{
background-color: #16D9AC;
}
.BgClassName
{
background-color: #16D9AC;
}
</style>
border-color css
<style>
span { border-color: #16D9AC; }
span { border-color: rgb(22,217,172); }
td.TdClassName
{
border-color: #16D9AC;
}
.TagClassName
{
border-color: #16D9AC;
}
</style>