Shades of Caribbean Green #16D495
Tints of Caribbean Green #16D495
RGB
CMYK
RGB Variations
Color information
#16D495 (or 0x16D495) is known color: Caribbean Green. HEX triplet: 16, D4 and 95. RGB value is (22,212,149). Sum of RGB (Red+Green+Blue) = 22+212+149=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #16D495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D495 is #E92B6A. Grayscale: #949494. Windows color (decimal): -15281003 or 9819158. OLE color: 9819158.
HSL color Cylindrical-coordinate representation of color #16D495: hue angle of 160.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D495 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 212 | 149 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.17 |
| HSL | 160.11º | 0.81% | 0.46% | - |
| HSV(B) | 160.11º | 0.9% | 0.83% | - |
| XYZ | 29.3 | 49.43 | 36.43 | - |
| YUV | 148.01 | 128.55 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 212 | 149 | 0.90 | 0 | 0.30 | 0.17 | 160.11 | 0.81 | 0.46 |
| Hex | 16 | D4 | 95 | 5A | 0 | 1E | 11 | A0 | 51 | 2E |
| Octal | 26 | 324 | 225 | 132 | 0 | 36 | 21 | 240 | 121 | 56 |
| Binary | 10110 | 11010100 | 10010101 | 1011010 | 0 | 11110 | 10001 | 10100000 | 1010001 | 101110 |
Color Harmonies of #16D495
Complementary color
Monochromatic Colors of #16D495
Black with #16D495
Text Example
Text Example
White with #16D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D495; }
p { color: rgb(22,212,149); }
H1.HeaderClassName
{
color: #16D495;
}
.AnyTagClassName
{
color: #16D495;
}
</style>
background-color css
<style>
a { background-color: #16D495; }
a { background-color: rgb(22,212,149); }
div.DivClassName
{
background-color: #16D495;
}
.BgClassName
{
background-color: #16D495;
}
</style>
border-color css
<style>
span { border-color: #16D495; }
span { border-color: rgb(22,212,149); }
td.TdClassName
{
border-color: #16D495;
}
.TagClassName
{
border-color: #16D495;
}
</style>