Shades of Caribbean Green #16D28F
Tints of Caribbean Green #16D28F
RGB
CMYK
RGB Variations
Color information
#16D28F (or 0x16D28F) is known color: Caribbean Green. HEX triplet: 16, D2 and 8F. RGB value is (22,210,143). Sum of RGB (Red+Green+Blue) = 22+210+143=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #16D28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D28F is #E92D70. Grayscale: #929292. Windows color (decimal): -15281521 or 9425430. OLE color: 9425430.
HSL color Cylindrical-coordinate representation of color #16D28F: hue angle of 158.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D28F is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 210 | 143 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.18 |
| HSL | 158.62º | 0.81% | 0.45% | - |
| HSV(B) | 158.62º | 0.9% | 0.82% | - |
| XYZ | 28.34 | 48.25 | 33.81 | - |
| YUV | 146.15 | 126.22 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 210 | 143 | 0.90 | 0 | 0.32 | 0.18 | 158.62 | 0.81 | 0.45 |
| Hex | 16 | D2 | 8F | 5A | 0 | 20 | 12 | 9F | 51 | 2D |
| Octal | 26 | 322 | 217 | 132 | 0 | 40 | 22 | 237 | 121 | 55 |
| Binary | 10110 | 11010010 | 10001111 | 1011010 | 0 | 100000 | 10010 | 10011111 | 1010001 | 101101 |
Color Harmonies of #16D28F
Complementary color
Monochromatic Colors of #16D28F
Black with #16D28F
Text Example
Text Example
White with #16D28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D28F; }
p { color: rgb(22,210,143); }
H1.HeaderClassName
{
color: #16D28F;
}
.AnyTagClassName
{
color: #16D28F;
}
</style>
background-color css
<style>
a { background-color: #16D28F; }
a { background-color: rgb(22,210,143); }
div.DivClassName
{
background-color: #16D28F;
}
.BgClassName
{
background-color: #16D28F;
}
</style>
border-color css
<style>
span { border-color: #16D28F; }
span { border-color: rgb(22,210,143); }
td.TdClassName
{
border-color: #16D28F;
}
.TagClassName
{
border-color: #16D28F;
}
</style>