Shades of Caribbean Green #14DBAC
Tints of Caribbean Green #14DBAC
RGB
CMYK
RGB Variations
Color information
#14DBAC (or 0x14DBAC) is known color: Caribbean Green. HEX triplet: 14, DB and AC. RGB value is (20,219,172). Sum of RGB (Red+Green+Blue) = 20+219+172=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBAC is #EB2453. Grayscale: #9A9A9A. Windows color (decimal): -15410260 or 11328276. OLE color: 11328276.
HSL color Cylindrical-coordinate representation of color #14DBAC: hue angle of 165.83º 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 #14DBAC is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 172 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.14 |
| HSL | 165.83º | 0.83% | 0.47% | - |
| HSV(B) | 165.83º | 0.91% | 0.86% | - |
| XYZ | 33.07 | 53.79 | 47.67 | - |
| YUV | 154.14 | 138.07 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 172 | 0.91 | 0 | 0.21 | 0.14 | 165.83 | 0.83 | 0.47 |
| Hex | 14 | DB | AC | 5B | 0 | 15 | E | A6 | 53 | 2F |
| Octal | 24 | 333 | 254 | 133 | 0 | 25 | 16 | 246 | 123 | 57 |
| Binary | 10100 | 11011011 | 10101100 | 1011011 | 0 | 10101 | 1110 | 10100110 | 1010011 | 101111 |
Color Harmonies of #14DBAC
Complementary color
Monochromatic Colors of #14DBAC
Black with #14DBAC
Text Example
Text Example
White with #14DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBAC; }
p { color: rgb(20,219,172); }
H1.HeaderClassName
{
color: #14DBAC;
}
.AnyTagClassName
{
color: #14DBAC;
}
</style>
background-color css
<style>
a { background-color: #14DBAC; }
a { background-color: rgb(20,219,172); }
div.DivClassName
{
background-color: #14DBAC;
}
.BgClassName
{
background-color: #14DBAC;
}
</style>
border-color css
<style>
span { border-color: #14DBAC; }
span { border-color: rgb(20,219,172); }
td.TdClassName
{
border-color: #14DBAC;
}
.TagClassName
{
border-color: #14DBAC;
}
</style>