Shades of Caribbean Green #16DB9B
Tints of Caribbean Green #16DB9B
RGB
CMYK
RGB Variations
Color information
#16DB9B (or 0x16DB9B) is known color: Caribbean Green. HEX triplet: 16, DB and 9B. RGB value is (22,219,155). Sum of RGB (Red+Green+Blue) = 22+219+155=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DB9B is #E92464. Grayscale: #989898. Windows color (decimal): -15279205 or 10214166. OLE color: 10214166.
HSL color Cylindrical-coordinate representation of color #16DB9B: hue angle of 160.51º 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 #16DB9B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 155 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.14 |
| HSL | 160.51º | 0.82% | 0.47% | - |
| HSV(B) | 160.51º | 0.9% | 0.86% | - |
| XYZ | 31.58 | 53.2 | 39.61 | - |
| YUV | 152.8 | 129.23 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 155 | 0.90 | 0 | 0.29 | 0.14 | 160.51 | 0.82 | 0.47 |
| Hex | 16 | DB | 9B | 5A | 0 | 1D | E | A1 | 52 | 2F |
| Octal | 26 | 333 | 233 | 132 | 0 | 35 | 16 | 241 | 122 | 57 |
| Binary | 10110 | 11011011 | 10011011 | 1011010 | 0 | 11101 | 1110 | 10100001 | 1010010 | 101111 |
Color Harmonies of #16DB9B
Complementary color
Monochromatic Colors of #16DB9B
Black with #16DB9B
Text Example
Text Example
White with #16DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB9B; }
p { color: rgb(22,219,155); }
H1.HeaderClassName
{
color: #16DB9B;
}
.AnyTagClassName
{
color: #16DB9B;
}
</style>
background-color css
<style>
a { background-color: #16DB9B; }
a { background-color: rgb(22,219,155); }
div.DivClassName
{
background-color: #16DB9B;
}
.BgClassName
{
background-color: #16DB9B;
}
</style>
border-color css
<style>
span { border-color: #16DB9B; }
span { border-color: rgb(22,219,155); }
td.TdClassName
{
border-color: #16DB9B;
}
.TagClassName
{
border-color: #16DB9B;
}
</style>