Shades of Caribbean Green #16DB8F
Tints of Caribbean Green #16DB8F
RGB
CMYK
RGB Variations
Color information
#16DB8F (or 0x16DB8F) is known color: Caribbean Green. HEX triplet: 16, DB and 8F. RGB value is (22,219,143). Sum of RGB (Red+Green+Blue) = 22+219+143=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DB8F is #E92470. Grayscale: #979797. Windows color (decimal): -15279217 or 9427734. OLE color: 9427734.
HSL color Cylindrical-coordinate representation of color #16DB8F: hue angle of 156.85º 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 #16DB8F is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 143 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.14 |
| HSL | 156.85º | 0.82% | 0.47% | - |
| HSV(B) | 156.85º | 0.9% | 0.86% | - |
| XYZ | 30.62 | 52.82 | 34.57 | - |
| YUV | 151.43 | 123.23 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 143 | 0.90 | 0 | 0.35 | 0.14 | 156.85 | 0.82 | 0.47 |
| Hex | 16 | DB | 8F | 5A | 0 | 23 | E | 9D | 52 | 2F |
| Octal | 26 | 333 | 217 | 132 | 0 | 43 | 16 | 235 | 122 | 57 |
| Binary | 10110 | 11011011 | 10001111 | 1011010 | 0 | 100011 | 1110 | 10011101 | 1010010 | 101111 |
Color Harmonies of #16DB8F
Complementary color
Monochromatic Colors of #16DB8F
Black with #16DB8F
Text Example
Text Example
White with #16DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB8F; }
p { color: rgb(22,219,143); }
H1.HeaderClassName
{
color: #16DB8F;
}
.AnyTagClassName
{
color: #16DB8F;
}
</style>
background-color css
<style>
a { background-color: #16DB8F; }
a { background-color: rgb(22,219,143); }
div.DivClassName
{
background-color: #16DB8F;
}
.BgClassName
{
background-color: #16DB8F;
}
</style>
border-color css
<style>
span { border-color: #16DB8F; }
span { border-color: rgb(22,219,143); }
td.TdClassName
{
border-color: #16DB8F;
}
.TagClassName
{
border-color: #16DB8F;
}
</style>