Shades of Caribbean Green #16DF8F
Tints of Caribbean Green #16DF8F
RGB
CMYK
RGB Variations
Color information
#16DF8F (or 0x16DF8F) is known color: Caribbean Green. HEX triplet: 16, DF and 8F. RGB value is (22,223,143). Sum of RGB (Red+Green+Blue) = 22+223+143=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #16DF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DF8F is #E92070. Grayscale: #999999. Windows color (decimal): -15278193 or 9428758. OLE color: 9428758.
HSL color Cylindrical-coordinate representation of color #16DF8F: hue angle of 156.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DF8F is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 143 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.13 |
| HSL | 156.12º | 0.82% | 0.48% | - |
| HSV(B) | 156.12º | 0.9% | 0.87% | - |
| XYZ | 31.68 | 54.93 | 34.92 | - |
| YUV | 153.78 | 121.91 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 143 | 0.90 | 0 | 0.36 | 0.13 | 156.12 | 0.82 | 0.48 |
| Hex | 16 | DF | 8F | 5A | 0 | 24 | D | 9C | 52 | 30 |
| Octal | 26 | 337 | 217 | 132 | 0 | 44 | 15 | 234 | 122 | 60 |
| Binary | 10110 | 11011111 | 10001111 | 1011010 | 0 | 100100 | 1101 | 10011100 | 1010010 | 110000 |
Color Harmonies of #16DF8F
Complementary color
Monochromatic Colors of #16DF8F
Black with #16DF8F
Text Example
Text Example
White with #16DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DF8F; }
p { color: rgb(22,223,143); }
H1.HeaderClassName
{
color: #16DF8F;
}
.AnyTagClassName
{
color: #16DF8F;
}
</style>
background-color css
<style>
a { background-color: #16DF8F; }
a { background-color: rgb(22,223,143); }
div.DivClassName
{
background-color: #16DF8F;
}
.BgClassName
{
background-color: #16DF8F;
}
</style>
border-color css
<style>
span { border-color: #16DF8F; }
span { border-color: rgb(22,223,143); }
td.TdClassName
{
border-color: #16DF8F;
}
.TagClassName
{
border-color: #16DF8F;
}
</style>