Shades of Caribbean Green #16DBAE
Tints of Caribbean Green #16DBAE
RGB
CMYK
RGB Variations
Color information
#16DBAE (or 0x16DBAE) is known color: Caribbean Green. HEX triplet: 16, DB and AE. RGB value is (22,219,174). Sum of RGB (Red+Green+Blue) = 22+219+174=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #16DBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DBAE is #E92451. Grayscale: #9A9A9A. Windows color (decimal): -15279186 or 11459350. OLE color: 11459350.
HSL color Cylindrical-coordinate representation of color #16DBAE: hue angle of 166.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DBAE is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 174 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.14 |
| HSL | 166.29º | 0.82% | 0.47% | - |
| HSV(B) | 166.29º | 0.9% | 0.86% | - |
| XYZ | 33.3 | 53.89 | 48.69 | - |
| YUV | 154.97 | 138.73 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 174 | 0.90 | 0 | 0.21 | 0.14 | 166.29 | 0.82 | 0.47 |
| Hex | 16 | DB | AE | 5A | 0 | 15 | E | A6 | 52 | 2F |
| Octal | 26 | 333 | 256 | 132 | 0 | 25 | 16 | 246 | 122 | 57 |
| Binary | 10110 | 11011011 | 10101110 | 1011010 | 0 | 10101 | 1110 | 10100110 | 1010010 | 101111 |
Color Harmonies of #16DBAE
Complementary color
Monochromatic Colors of #16DBAE
Black with #16DBAE
Text Example
Text Example
White with #16DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBAE; }
p { color: rgb(22,219,174); }
H1.HeaderClassName
{
color: #16DBAE;
}
.AnyTagClassName
{
color: #16DBAE;
}
</style>
background-color css
<style>
a { background-color: #16DBAE; }
a { background-color: rgb(22,219,174); }
div.DivClassName
{
background-color: #16DBAE;
}
.BgClassName
{
background-color: #16DBAE;
}
</style>
border-color css
<style>
span { border-color: #16DBAE; }
span { border-color: rgb(22,219,174); }
td.TdClassName
{
border-color: #16DBAE;
}
.TagClassName
{
border-color: #16DBAE;
}
</style>