Shades of Caribbean Green #16D59B
Tints of Caribbean Green #16D59B
RGB
CMYK
RGB Variations
Color information
#16D59B (or 0x16D59B) is known color: Caribbean Green. HEX triplet: 16, D5 and 9B. RGB value is (22,213,155). Sum of RGB (Red+Green+Blue) = 22+213+155=390 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.64% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #16D59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D59B is #E92A64. Grayscale: #959595. Windows color (decimal): -15280741 or 10212630. OLE color: 10212630.
HSL color Cylindrical-coordinate representation of color #16D59B: hue angle of 161.78º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D59B is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 155 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.16 |
| HSL | 161.78º | 0.81% | 0.46% | - |
| HSV(B) | 161.78º | 0.9% | 0.84% | - |
| XYZ | 30.04 | 50.13 | 39.1 | - |
| YUV | 149.28 | 131.22 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 155 | 0.90 | 0 | 0.27 | 0.16 | 161.78 | 0.81 | 0.46 |
| Hex | 16 | D5 | 9B | 5A | 0 | 1B | 10 | A2 | 51 | 2E |
| Octal | 26 | 325 | 233 | 132 | 0 | 33 | 20 | 242 | 121 | 56 |
| Binary | 10110 | 11010101 | 10011011 | 1011010 | 0 | 11011 | 10000 | 10100010 | 1010001 | 101110 |
Color Harmonies of #16D59B
Complementary color
Monochromatic Colors of #16D59B
Black with #16D59B
Text Example
Text Example
White with #16D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D59B; }
p { color: rgb(22,213,155); }
H1.HeaderClassName
{
color: #16D59B;
}
.AnyTagClassName
{
color: #16D59B;
}
</style>
background-color css
<style>
a { background-color: #16D59B; }
a { background-color: rgb(22,213,155); }
div.DivClassName
{
background-color: #16D59B;
}
.BgClassName
{
background-color: #16D59B;
}
</style>
border-color css
<style>
span { border-color: #16D59B; }
span { border-color: rgb(22,213,155); }
td.TdClassName
{
border-color: #16D59B;
}
.TagClassName
{
border-color: #16D59B;
}
</style>