Shades of Caribbean Green #16DF94
Tints of Caribbean Green #16DF94
RGB
CMYK
RGB Variations
Color information
#16DF94 (or 0x16DF94) is known color: Caribbean Green. HEX triplet: 16, DF and 94. RGB value is (22,223,148). Sum of RGB (Red+Green+Blue) = 22+223+148=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #16DF94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DF94 is #E9206B. Grayscale: #9A9A9A. Windows color (decimal): -15278188 or 9756438. OLE color: 9756438.
HSL color Cylindrical-coordinate representation of color #16DF94: hue angle of 157.61º 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 #16DF94 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 148 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.13 |
| HSL | 157.61º | 0.82% | 0.48% | - |
| HSV(B) | 157.61º | 0.9% | 0.87% | - |
| XYZ | 32.06 | 55.08 | 36.96 | - |
| YUV | 154.35 | 124.41 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 148 | 0.90 | 0 | 0.34 | 0.13 | 157.61 | 0.82 | 0.48 |
| Hex | 16 | DF | 94 | 5A | 0 | 22 | D | 9E | 52 | 30 |
| Octal | 26 | 337 | 224 | 132 | 0 | 42 | 15 | 236 | 122 | 60 |
| Binary | 10110 | 11011111 | 10010100 | 1011010 | 0 | 100010 | 1101 | 10011110 | 1010010 | 110000 |
Color Harmonies of #16DF94
Complementary color
Monochromatic Colors of #16DF94
Black with #16DF94
Text Example
Text Example
White with #16DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DF94; }
p { color: rgb(22,223,148); }
H1.HeaderClassName
{
color: #16DF94;
}
.AnyTagClassName
{
color: #16DF94;
}
</style>
background-color css
<style>
a { background-color: #16DF94; }
a { background-color: rgb(22,223,148); }
div.DivClassName
{
background-color: #16DF94;
}
.BgClassName
{
background-color: #16DF94;
}
</style>
border-color css
<style>
span { border-color: #16DF94; }
span { border-color: rgb(22,223,148); }
td.TdClassName
{
border-color: #16DF94;
}
.TagClassName
{
border-color: #16DF94;
}
</style>