Shades of Caribbean Green #16DC8D
Tints of Caribbean Green #16DC8D
RGB
CMYK
RGB Variations
Color information
#16DC8D (or 0x16DC8D) is known color: Caribbean Green. HEX triplet: 16, DC and 8D. RGB value is (22,220,141). Sum of RGB (Red+Green+Blue) = 22+220+141=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DC8D is #E92372. Grayscale: #979797. Windows color (decimal): -15278963 or 9296918. OLE color: 9296918.
HSL color Cylindrical-coordinate representation of color #16DC8D: hue angle of 156.06º 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 #16DC8D is Cyan = 0.9, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 141 | - |
| CMYK | 0.9 | 0 | 0.36 | 0.14 |
| HSL | 156.06º | 0.82% | 0.47% | - |
| HSV(B) | 156.06º | 0.9% | 0.86% | - |
| XYZ | 30.73 | 53.28 | 33.86 | - |
| YUV | 151.79 | 121.9 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 141 | 0.9 | 0 | 0.36 | 0.14 | 156.06 | 0.82 | 0.47 |
| Hex | 16 | DC | 8D | 5A | 0 | 24 | E | 9C | 52 | 2F |
| Octal | 26 | 334 | 215 | 132 | 0 | 44 | 16 | 234 | 122 | 57 |
| Binary | 10110 | 11011100 | 10001101 | 1011010 | 0 | 100100 | 1110 | 10011100 | 1010010 | 101111 |
Color Harmonies of #16DC8D
Complementary color
Monochromatic Colors of #16DC8D
Black with #16DC8D
Text Example
Text Example
White with #16DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC8D; }
p { color: rgb(22,220,141); }
H1.HeaderClassName
{
color: #16DC8D;
}
.AnyTagClassName
{
color: #16DC8D;
}
</style>
background-color css
<style>
a { background-color: #16DC8D; }
a { background-color: rgb(22,220,141); }
div.DivClassName
{
background-color: #16DC8D;
}
.BgClassName
{
background-color: #16DC8D;
}
</style>
border-color css
<style>
span { border-color: #16DC8D; }
span { border-color: rgb(22,220,141); }
td.TdClassName
{
border-color: #16DC8D;
}
.TagClassName
{
border-color: #16DC8D;
}
</style>