Shades of Caribbean Green #16D99B
Tints of Caribbean Green #16D99B
RGB
CMYK
RGB Variations
Color information
#16D99B (or 0x16D99B) is known color: Caribbean Green. HEX triplet: 16, D9 and 9B. RGB value is (22,217,155). Sum of RGB (Red+Green+Blue) = 22+217+155=394 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.58% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #16D99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D99B is #E92664. Grayscale: #979797. Windows color (decimal): -15279717 or 10213654. OLE color: 10213654.
HSL color Cylindrical-coordinate representation of color #16D99B: hue angle of 160.92º 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 #16D99B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 155 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.15 |
| HSL | 160.92º | 0.82% | 0.47% | - |
| HSV(B) | 160.92º | 0.9% | 0.85% | - |
| XYZ | 31.06 | 52.16 | 39.44 | - |
| YUV | 151.63 | 129.9 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 155 | 0.90 | 0 | 0.29 | 0.15 | 160.92 | 0.82 | 0.47 |
| Hex | 16 | D9 | 9B | 5A | 0 | 1D | F | A1 | 52 | 2F |
| Octal | 26 | 331 | 233 | 132 | 0 | 35 | 17 | 241 | 122 | 57 |
| Binary | 10110 | 11011001 | 10011011 | 1011010 | 0 | 11101 | 1111 | 10100001 | 1010010 | 101111 |
Color Harmonies of #16D99B
Complementary color
Monochromatic Colors of #16D99B
Black with #16D99B
Text Example
Text Example
White with #16D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D99B; }
p { color: rgb(22,217,155); }
H1.HeaderClassName
{
color: #16D99B;
}
.AnyTagClassName
{
color: #16D99B;
}
</style>
background-color css
<style>
a { background-color: #16D99B; }
a { background-color: rgb(22,217,155); }
div.DivClassName
{
background-color: #16D99B;
}
.BgClassName
{
background-color: #16D99B;
}
</style>
border-color css
<style>
span { border-color: #16D99B; }
span { border-color: rgb(22,217,155); }
td.TdClassName
{
border-color: #16D99B;
}
.TagClassName
{
border-color: #16D99B;
}
</style>