Shades of Caribbean Green #16D28B
Tints of Caribbean Green #16D28B
RGB
CMYK
RGB Variations
Color information
#16D28B (or 0x16D28B) is known color: Caribbean Green. HEX triplet: 16, D2 and 8B. RGB value is (22,210,139). Sum of RGB (Red+Green+Blue) = 22+210+139=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #16D28B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D28B is #E92D74. Grayscale: #919191. Windows color (decimal): -15281525 or 9163286. OLE color: 9163286.
HSL color Cylindrical-coordinate representation of color #16D28B: hue angle of 157.34º 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 #16D28B is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 210 | 139 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.18 |
| HSL | 157.34º | 0.81% | 0.45% | - |
| HSV(B) | 157.34º | 0.9% | 0.82% | - |
| XYZ | 28.04 | 48.13 | 32.24 | - |
| YUV | 145.69 | 124.22 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 210 | 139 | 0.90 | 0 | 0.34 | 0.18 | 157.34 | 0.81 | 0.45 |
| Hex | 16 | D2 | 8B | 5A | 0 | 22 | 12 | 9D | 51 | 2D |
| Octal | 26 | 322 | 213 | 132 | 0 | 42 | 22 | 235 | 121 | 55 |
| Binary | 10110 | 11010010 | 10001011 | 1011010 | 0 | 100010 | 10010 | 10011101 | 1010001 | 101101 |
Color Harmonies of #16D28B
Complementary color
Monochromatic Colors of #16D28B
Black with #16D28B
Text Example
Text Example
White with #16D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D28B; }
p { color: rgb(22,210,139); }
H1.HeaderClassName
{
color: #16D28B;
}
.AnyTagClassName
{
color: #16D28B;
}
</style>
background-color css
<style>
a { background-color: #16D28B; }
a { background-color: rgb(22,210,139); }
div.DivClassName
{
background-color: #16D28B;
}
.BgClassName
{
background-color: #16D28B;
}
</style>
border-color css
<style>
span { border-color: #16D28B; }
span { border-color: rgb(22,210,139); }
td.TdClassName
{
border-color: #16D28B;
}
.TagClassName
{
border-color: #16D28B;
}
</style>