Shades of Caribbean Green #14DBAB
Tints of Caribbean Green #14DBAB
RGB
CMYK
RGB Variations
Color information
#14DBAB (or 0x14DBAB) is known color: Caribbean Green. HEX triplet: 14, DB and AB. RGB value is (20,219,171). Sum of RGB (Red+Green+Blue) = 20+219+171=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBAB is #EB2454. Grayscale: #9A9A9A. Windows color (decimal): -15410261 or 11262740. OLE color: 11262740.
HSL color Cylindrical-coordinate representation of color #14DBAB: hue angle of 165.53º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DBAB is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 171 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.14 |
| HSL | 165.53º | 0.83% | 0.47% | - |
| HSV(B) | 165.53º | 0.91% | 0.86% | - |
| XYZ | 32.97 | 53.75 | 47.17 | - |
| YUV | 154.03 | 137.57 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 171 | 0.91 | 0 | 0.22 | 0.14 | 165.53 | 0.83 | 0.47 |
| Hex | 14 | DB | AB | 5B | 0 | 16 | E | A6 | 53 | 2F |
| Octal | 24 | 333 | 253 | 133 | 0 | 26 | 16 | 246 | 123 | 57 |
| Binary | 10100 | 11011011 | 10101011 | 1011011 | 0 | 10110 | 1110 | 10100110 | 1010011 | 101111 |
Color Harmonies of #14DBAB
Complementary color
Monochromatic Colors of #14DBAB
Black with #14DBAB
Text Example
Text Example
White with #14DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBAB; }
p { color: rgb(20,219,171); }
H1.HeaderClassName
{
color: #14DBAB;
}
.AnyTagClassName
{
color: #14DBAB;
}
</style>
background-color css
<style>
a { background-color: #14DBAB; }
a { background-color: rgb(20,219,171); }
div.DivClassName
{
background-color: #14DBAB;
}
.BgClassName
{
background-color: #14DBAB;
}
</style>
border-color css
<style>
span { border-color: #14DBAB; }
span { border-color: rgb(20,219,171); }
td.TdClassName
{
border-color: #14DBAB;
}
.TagClassName
{
border-color: #14DBAB;
}
</style>