Shades of Caribbean Green #16D6B2
Tints of Caribbean Green #16D6B2
RGB
CMYK
RGB Variations
Color information
#16D6B2 (or 0x16D6B2) is known color: Caribbean Green. HEX triplet: 16, D6 and B2. RGB value is (22,214,178). Sum of RGB (Red+Green+Blue) = 22+214+178=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #16D6B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D6B2 is #E9294D. Grayscale: #989898. Windows color (decimal): -15280462 or 11720214. OLE color: 11720214.
HSL color Cylindrical-coordinate representation of color #16D6B2: hue angle of 168.75º 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 #16D6B2 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 214 | 178 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.16 |
| HSL | 168.75º | 0.81% | 0.46% | - |
| HSV(B) | 168.75º | 0.9% | 0.84% | - |
| XYZ | 32.41 | 51.48 | 50.35 | - |
| YUV | 152.49 | 142.39 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 178 | 0.90 | 0 | 0.17 | 0.16 | 168.75 | 0.81 | 0.46 |
| Hex | 16 | D6 | B2 | 5A | 0 | 11 | 10 | A9 | 51 | 2E |
| Octal | 26 | 326 | 262 | 132 | 0 | 21 | 20 | 251 | 121 | 56 |
| Binary | 10110 | 11010110 | 10110010 | 1011010 | 0 | 10001 | 10000 | 10101001 | 1010001 | 101110 |
Color Harmonies of #16D6B2
Complementary color
Monochromatic Colors of #16D6B2
Black with #16D6B2
Text Example
Text Example
White with #16D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D6B2; }
p { color: rgb(22,214,178); }
H1.HeaderClassName
{
color: #16D6B2;
}
.AnyTagClassName
{
color: #16D6B2;
}
</style>
background-color css
<style>
a { background-color: #16D6B2; }
a { background-color: rgb(22,214,178); }
div.DivClassName
{
background-color: #16D6B2;
}
.BgClassName
{
background-color: #16D6B2;
}
</style>
border-color css
<style>
span { border-color: #16D6B2; }
span { border-color: rgb(22,214,178); }
td.TdClassName
{
border-color: #16D6B2;
}
.TagClassName
{
border-color: #16D6B2;
}
</style>