Shades of Caribbean Green #16DFAB
Tints of Caribbean Green #16DFAB
RGB
CMYK
RGB Variations
Color information
#16DFAB (or 0x16DFAB) is known color: Caribbean Green. HEX triplet: 16, DF and AB. RGB value is (22,223,171). Sum of RGB (Red+Green+Blue) = 22+223+171=416 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.29% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #16DFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DFAB is #E92054. Grayscale: #9C9C9C. Windows color (decimal): -15278165 or 11263766. OLE color: 11263766.
HSL color Cylindrical-coordinate representation of color #16DFAB: hue angle of 164.48º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DFAB is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 171 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.13 |
| HSL | 164.48º | 0.82% | 0.48% | - |
| HSV(B) | 164.48º | 0.9% | 0.87% | - |
| XYZ | 34.07 | 55.89 | 47.52 | - |
| YUV | 156.97 | 135.91 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 171 | 0.90 | 0 | 0.23 | 0.13 | 164.48 | 0.82 | 0.48 |
| Hex | 16 | DF | AB | 5A | 0 | 17 | D | A4 | 52 | 30 |
| Octal | 26 | 337 | 253 | 132 | 0 | 27 | 15 | 244 | 122 | 60 |
| Binary | 10110 | 11011111 | 10101011 | 1011010 | 0 | 10111 | 1101 | 10100100 | 1010010 | 110000 |
Color Harmonies of #16DFAB
Complementary color
Monochromatic Colors of #16DFAB
Black with #16DFAB
Text Example
Text Example
White with #16DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DFAB; }
p { color: rgb(22,223,171); }
H1.HeaderClassName
{
color: #16DFAB;
}
.AnyTagClassName
{
color: #16DFAB;
}
</style>
background-color css
<style>
a { background-color: #16DFAB; }
a { background-color: rgb(22,223,171); }
div.DivClassName
{
background-color: #16DFAB;
}
.BgClassName
{
background-color: #16DFAB;
}
</style>
border-color css
<style>
span { border-color: #16DFAB; }
span { border-color: rgb(22,223,171); }
td.TdClassName
{
border-color: #16DFAB;
}
.TagClassName
{
border-color: #16DFAB;
}
</style>