Shades of Caribbean Green #14DDAB
Tints of Caribbean Green #14DDAB
RGB
CMYK
RGB Variations
Color information
#14DDAB (or 0x14DDAB) is known color: Caribbean Green. HEX triplet: 14, DD and AB. RGB value is (20,221,171). Sum of RGB (Red+Green+Blue) = 20+221+171=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DDAB is #EB2254. Grayscale: #9B9B9B. Windows color (decimal): -15409749 or 11263252. OLE color: 11263252.
HSL color Cylindrical-coordinate representation of color #14DDAB: hue angle of 165.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DDAB is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 171 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.13 |
| HSL | 165.07º | 0.83% | 0.47% | - |
| HSV(B) | 165.07º | 0.91% | 0.87% | - |
| XYZ | 33.5 | 54.8 | 47.34 | - |
| YUV | 155.2 | 136.91 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 171 | 0.91 | 0 | 0.23 | 0.13 | 165.07 | 0.83 | 0.47 |
| Hex | 14 | DD | AB | 5B | 0 | 17 | D | A5 | 53 | 2F |
| Octal | 24 | 335 | 253 | 133 | 0 | 27 | 15 | 245 | 123 | 57 |
| Binary | 10100 | 11011101 | 10101011 | 1011011 | 0 | 10111 | 1101 | 10100101 | 1010011 | 101111 |
Color Harmonies of #14DDAB
Complementary color
Monochromatic Colors of #14DDAB
Black with #14DDAB
Text Example
Text Example
White with #14DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DDAB; }
p { color: rgb(20,221,171); }
H1.HeaderClassName
{
color: #14DDAB;
}
.AnyTagClassName
{
color: #14DDAB;
}
</style>
background-color css
<style>
a { background-color: #14DDAB; }
a { background-color: rgb(20,221,171); }
div.DivClassName
{
background-color: #14DDAB;
}
.BgClassName
{
background-color: #14DDAB;
}
</style>
border-color css
<style>
span { border-color: #14DDAB; }
span { border-color: rgb(20,221,171); }
td.TdClassName
{
border-color: #14DDAB;
}
.TagClassName
{
border-color: #14DDAB;
}
</style>