Shades of Caribbean Green #14DBAE
Tints of Caribbean Green #14DBAE
RGB
CMYK
RGB Variations
Color information
#14DBAE (or 0x14DBAE) is known color: Caribbean Green. HEX triplet: 14, DB and AE. RGB value is (20,219,174). Sum of RGB (Red+Green+Blue) = 20+219+174=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBAE is #EB2451. Grayscale: #9A9A9A. Windows color (decimal): -15410258 or 11459348. OLE color: 11459348.
HSL color Cylindrical-coordinate representation of color #14DBAE: hue angle of 166.43º 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 #14DBAE is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 174 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.14 |
| HSL | 166.43º | 0.83% | 0.47% | - |
| HSV(B) | 166.43º | 0.91% | 0.86% | - |
| XYZ | 33.26 | 53.87 | 48.69 | - |
| YUV | 154.37 | 139.07 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 174 | 0.91 | 0 | 0.21 | 0.14 | 166.43 | 0.83 | 0.47 |
| Hex | 14 | DB | AE | 5B | 0 | 15 | E | A6 | 53 | 2F |
| Octal | 24 | 333 | 256 | 133 | 0 | 25 | 16 | 246 | 123 | 57 |
| Binary | 10100 | 11011011 | 10101110 | 1011011 | 0 | 10101 | 1110 | 10100110 | 1010011 | 101111 |
Color Harmonies of #14DBAE
Complementary color
Monochromatic Colors of #14DBAE
Black with #14DBAE
Text Example
Text Example
White with #14DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBAE; }
p { color: rgb(20,219,174); }
H1.HeaderClassName
{
color: #14DBAE;
}
.AnyTagClassName
{
color: #14DBAE;
}
</style>
background-color css
<style>
a { background-color: #14DBAE; }
a { background-color: rgb(20,219,174); }
div.DivClassName
{
background-color: #14DBAE;
}
.BgClassName
{
background-color: #14DBAE;
}
</style>
border-color css
<style>
span { border-color: #14DBAE; }
span { border-color: rgb(20,219,174); }
td.TdClassName
{
border-color: #14DBAE;
}
.TagClassName
{
border-color: #14DBAE;
}
</style>