Shades of Caribbean Green #16D09B
Tints of Caribbean Green #16D09B
RGB
CMYK
RGB Variations
Color information
#16D09B (or 0x16D09B) is known color: Caribbean Green. HEX triplet: 16, D0 and 9B. RGB value is (22,208,155). Sum of RGB (Red+Green+Blue) = 22+208+155=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #16D09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D09B is #E92F64. Grayscale: #929292. Windows color (decimal): -15282021 or 10211350. OLE color: 10211350.
HSL color Cylindrical-coordinate representation of color #16D09B: hue angle of 162.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D09B is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 155 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.18 |
| HSL | 162.9º | 0.81% | 0.45% | - |
| HSV(B) | 162.9º | 0.89% | 0.82% | - |
| XYZ | 28.8 | 47.65 | 38.69 | - |
| YUV | 146.34 | 132.88 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 155 | 0.89 | 0 | 0.25 | 0.18 | 162.9 | 0.81 | 0.45 |
| Hex | 16 | D0 | 9B | 59 | 0 | 19 | 12 | A3 | 51 | 2D |
| Octal | 26 | 320 | 233 | 131 | 0 | 31 | 22 | 243 | 121 | 55 |
| Binary | 10110 | 11010000 | 10011011 | 1011001 | 0 | 11001 | 10010 | 10100011 | 1010001 | 101101 |
Color Harmonies of #16D09B
Complementary color
Monochromatic Colors of #16D09B
Black with #16D09B
Text Example
Text Example
White with #16D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D09B; }
p { color: rgb(22,208,155); }
H1.HeaderClassName
{
color: #16D09B;
}
.AnyTagClassName
{
color: #16D09B;
}
</style>
background-color css
<style>
a { background-color: #16D09B; }
a { background-color: rgb(22,208,155); }
div.DivClassName
{
background-color: #16D09B;
}
.BgClassName
{
background-color: #16D09B;
}
</style>
border-color css
<style>
span { border-color: #16D09B; }
span { border-color: rgb(22,208,155); }
td.TdClassName
{
border-color: #16D09B;
}
.TagClassName
{
border-color: #16D09B;
}
</style>