Shades of Caribbean Green #16DC91
Tints of Caribbean Green #16DC91
RGB
CMYK
RGB Variations
Color information
#16DC91 (or 0x16DC91) is known color: Caribbean Green. HEX triplet: 16, DC and 91. RGB value is (22,220,145). Sum of RGB (Red+Green+Blue) = 22+220+145=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DC91 is #E9236E. Grayscale: #989898. Windows color (decimal): -15278959 or 9559062. OLE color: 9559062.
HSL color Cylindrical-coordinate representation of color #16DC91: hue angle of 157.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC91 is Cyan = 0.9, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 145 | - |
| CMYK | 0.9 | 0 | 0.34 | 0.14 |
| HSL | 157.27º | 0.82% | 0.47% | - |
| HSV(B) | 157.27º | 0.9% | 0.86% | - |
| XYZ | 31.03 | 53.4 | 35.46 | - |
| YUV | 152.25 | 123.9 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 145 | 0.9 | 0 | 0.34 | 0.14 | 157.27 | 0.82 | 0.47 |
| Hex | 16 | DC | 91 | 5A | 0 | 22 | E | 9D | 52 | 2F |
| Octal | 26 | 334 | 221 | 132 | 0 | 42 | 16 | 235 | 122 | 57 |
| Binary | 10110 | 11011100 | 10010001 | 1011010 | 0 | 100010 | 1110 | 10011101 | 1010010 | 101111 |
Color Harmonies of #16DC91
Complementary color
Monochromatic Colors of #16DC91
Black with #16DC91
Text Example
Text Example
White with #16DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC91; }
p { color: rgb(22,220,145); }
H1.HeaderClassName
{
color: #16DC91;
}
.AnyTagClassName
{
color: #16DC91;
}
</style>
background-color css
<style>
a { background-color: #16DC91; }
a { background-color: rgb(22,220,145); }
div.DivClassName
{
background-color: #16DC91;
}
.BgClassName
{
background-color: #16DC91;
}
</style>
border-color css
<style>
span { border-color: #16DC91; }
span { border-color: rgb(22,220,145); }
td.TdClassName
{
border-color: #16DC91;
}
.TagClassName
{
border-color: #16DC91;
}
</style>