Shades of Caribbean Green #14D8AB
Tints of Caribbean Green #14D8AB
RGB
CMYK
RGB Variations
Color information
#14D8AB (or 0x14D8AB) is known color: Caribbean Green. HEX triplet: 14, D8 and AB. RGB value is (20,216,171). Sum of RGB (Red+Green+Blue) = 20+216+171=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #14D8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D8AB is #EB2754. Grayscale: #989898. Windows color (decimal): -15411029 or 11261972. OLE color: 11261972.
HSL color Cylindrical-coordinate representation of color #14D8AB: hue angle of 166.22º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D8AB is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 171 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.15 |
| HSL | 166.22º | 0.83% | 0.46% | - |
| HSV(B) | 166.22º | 0.91% | 0.85% | - |
| XYZ | 32.2 | 52.2 | 46.91 | - |
| YUV | 152.27 | 138.57 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 171 | 0.91 | 0 | 0.21 | 0.15 | 166.22 | 0.83 | 0.46 |
| Hex | 14 | D8 | AB | 5B | 0 | 15 | F | A6 | 53 | 2E |
| Octal | 24 | 330 | 253 | 133 | 0 | 25 | 17 | 246 | 123 | 56 |
| Binary | 10100 | 11011000 | 10101011 | 1011011 | 0 | 10101 | 1111 | 10100110 | 1010011 | 101110 |
Color Harmonies of #14D8AB
Complementary color
Monochromatic Colors of #14D8AB
Black with #14D8AB
Text Example
Text Example
White with #14D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D8AB; }
p { color: rgb(20,216,171); }
H1.HeaderClassName
{
color: #14D8AB;
}
.AnyTagClassName
{
color: #14D8AB;
}
</style>
background-color css
<style>
a { background-color: #14D8AB; }
a { background-color: rgb(20,216,171); }
div.DivClassName
{
background-color: #14D8AB;
}
.BgClassName
{
background-color: #14D8AB;
}
</style>
border-color css
<style>
span { border-color: #14D8AB; }
span { border-color: rgb(20,216,171); }
td.TdClassName
{
border-color: #14D8AB;
}
.TagClassName
{
border-color: #14D8AB;
}
</style>