Shades of Caribbean Green #16DA9B
Tints of Caribbean Green #16DA9B
RGB
CMYK
RGB Variations
Color information
#16DA9B (or 0x16DA9B) is known color: Caribbean Green. HEX triplet: 16, DA and 9B. RGB value is (22,218,155). Sum of RGB (Red+Green+Blue) = 22+218+155=395 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.57% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #16DA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DA9B is #E92564. Grayscale: #989898. Windows color (decimal): -15279461 or 10213910. OLE color: 10213910.
HSL color Cylindrical-coordinate representation of color #16DA9B: hue angle of 160.71º 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 #16DA9B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 218 | 155 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.15 |
| HSL | 160.71º | 0.82% | 0.47% | - |
| HSV(B) | 160.71º | 0.9% | 0.85% | - |
| XYZ | 31.32 | 52.68 | 39.53 | - |
| YUV | 152.21 | 129.57 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 218 | 155 | 0.90 | 0 | 0.29 | 0.15 | 160.71 | 0.82 | 0.47 |
| Hex | 16 | DA | 9B | 5A | 0 | 1D | F | A1 | 52 | 2F |
| Octal | 26 | 332 | 233 | 132 | 0 | 35 | 17 | 241 | 122 | 57 |
| Binary | 10110 | 11011010 | 10011011 | 1011010 | 0 | 11101 | 1111 | 10100001 | 1010010 | 101111 |
Color Harmonies of #16DA9B
Complementary color
Monochromatic Colors of #16DA9B
Black with #16DA9B
Text Example
Text Example
White with #16DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DA9B; }
p { color: rgb(22,218,155); }
H1.HeaderClassName
{
color: #16DA9B;
}
.AnyTagClassName
{
color: #16DA9B;
}
</style>
background-color css
<style>
a { background-color: #16DA9B; }
a { background-color: rgb(22,218,155); }
div.DivClassName
{
background-color: #16DA9B;
}
.BgClassName
{
background-color: #16DA9B;
}
</style>
border-color css
<style>
span { border-color: #16DA9B; }
span { border-color: rgb(22,218,155); }
td.TdClassName
{
border-color: #16DA9B;
}
.TagClassName
{
border-color: #16DA9B;
}
</style>