Shades of Caribbean Green #16D5AD
Tints of Caribbean Green #16D5AD
RGB
CMYK
RGB Variations
Color information
#16D5AD (or 0x16D5AD) is known color: Caribbean Green. HEX triplet: 16, D5 and AD. RGB value is (22,213,173). Sum of RGB (Red+Green+Blue) = 22+213+173=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #16D5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D5AD is #E92A52. Grayscale: #979797. Windows color (decimal): -15280723 or 11392278. OLE color: 11392278.
HSL color Cylindrical-coordinate representation of color #16D5AD: hue angle of 167.43º 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 #16D5AD is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 173 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.16 |
| HSL | 167.43º | 0.81% | 0.46% | - |
| HSV(B) | 167.43º | 0.9% | 0.84% | - |
| XYZ | 31.67 | 50.78 | 47.67 | - |
| YUV | 151.33 | 140.22 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 173 | 0.90 | 0 | 0.19 | 0.16 | 167.43 | 0.81 | 0.46 |
| Hex | 16 | D5 | AD | 5A | 0 | 13 | 10 | A7 | 51 | 2E |
| Octal | 26 | 325 | 255 | 132 | 0 | 23 | 20 | 247 | 121 | 56 |
| Binary | 10110 | 11010101 | 10101101 | 1011010 | 0 | 10011 | 10000 | 10100111 | 1010001 | 101110 |
Color Harmonies of #16D5AD
Complementary color
Monochromatic Colors of #16D5AD
Black with #16D5AD
Text Example
Text Example
White with #16D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D5AD; }
p { color: rgb(22,213,173); }
H1.HeaderClassName
{
color: #16D5AD;
}
.AnyTagClassName
{
color: #16D5AD;
}
</style>
background-color css
<style>
a { background-color: #16D5AD; }
a { background-color: rgb(22,213,173); }
div.DivClassName
{
background-color: #16D5AD;
}
.BgClassName
{
background-color: #16D5AD;
}
</style>
border-color css
<style>
span { border-color: #16D5AD; }
span { border-color: rgb(22,213,173); }
td.TdClassName
{
border-color: #16D5AD;
}
.TagClassName
{
border-color: #16D5AD;
}
</style>