Shades of Caribbean Green #16D08F
Tints of Caribbean Green #16D08F
RGB
CMYK
RGB Variations
Color information
#16D08F (or 0x16D08F) is known color: Caribbean Green. HEX triplet: 16, D0 and 8F. RGB value is (22,208,143). Sum of RGB (Red+Green+Blue) = 22+208+143=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #16D08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D08F is #E92F70. Grayscale: #919191. Windows color (decimal): -15282033 or 9424918. OLE color: 9424918.
HSL color Cylindrical-coordinate representation of color #16D08F: hue angle of 159.03º 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 #16D08F is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 143 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.18 |
| HSL | 159.03º | 0.81% | 0.45% | - |
| HSV(B) | 159.03º | 0.89% | 0.82% | - |
| XYZ | 27.84 | 47.27 | 33.64 | - |
| YUV | 144.98 | 126.88 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 143 | 0.89 | 0 | 0.31 | 0.18 | 159.03 | 0.81 | 0.45 |
| Hex | 16 | D0 | 8F | 59 | 0 | 1F | 12 | 9F | 51 | 2D |
| Octal | 26 | 320 | 217 | 131 | 0 | 37 | 22 | 237 | 121 | 55 |
| Binary | 10110 | 11010000 | 10001111 | 1011001 | 0 | 11111 | 10010 | 10011111 | 1010001 | 101101 |
Color Harmonies of #16D08F
Complementary color
Monochromatic Colors of #16D08F
Black with #16D08F
Text Example
Text Example
White with #16D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D08F; }
p { color: rgb(22,208,143); }
H1.HeaderClassName
{
color: #16D08F;
}
.AnyTagClassName
{
color: #16D08F;
}
</style>
background-color css
<style>
a { background-color: #16D08F; }
a { background-color: rgb(22,208,143); }
div.DivClassName
{
background-color: #16D08F;
}
.BgClassName
{
background-color: #16D08F;
}
</style>
border-color css
<style>
span { border-color: #16D08F; }
span { border-color: rgb(22,208,143); }
td.TdClassName
{
border-color: #16D08F;
}
.TagClassName
{
border-color: #16D08F;
}
</style>