Shades of Caribbean Green #14D8AC
Tints of Caribbean Green #14D8AC
RGB
CMYK
RGB Variations
Color information
#14D8AC (or 0x14D8AC) is known color: Caribbean Green. HEX triplet: 14, D8 and AC. RGB value is (20,216,172). Sum of RGB (Red+Green+Blue) = 20+216+172=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #14D8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D8AC is #EB2753. Grayscale: #989898. Windows color (decimal): -15411028 or 11327508. OLE color: 11327508.
HSL color Cylindrical-coordinate representation of color #14D8AC: hue angle of 166.53º 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 #14D8AC is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 172 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.15 |
| HSL | 166.53º | 0.83% | 0.46% | - |
| HSV(B) | 166.53º | 0.91% | 0.85% | - |
| XYZ | 32.29 | 52.24 | 47.41 | - |
| YUV | 152.38 | 139.07 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 172 | 0.91 | 0 | 0.20 | 0.15 | 166.53 | 0.83 | 0.46 |
| Hex | 14 | D8 | AC | 5B | 0 | 14 | F | A7 | 53 | 2E |
| Octal | 24 | 330 | 254 | 133 | 0 | 24 | 17 | 247 | 123 | 56 |
| Binary | 10100 | 11011000 | 10101100 | 1011011 | 0 | 10100 | 1111 | 10100111 | 1010011 | 101110 |
Color Harmonies of #14D8AC
Complementary color
Monochromatic Colors of #14D8AC
Black with #14D8AC
Text Example
Text Example
White with #14D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D8AC; }
p { color: rgb(20,216,172); }
H1.HeaderClassName
{
color: #14D8AC;
}
.AnyTagClassName
{
color: #14D8AC;
}
</style>
background-color css
<style>
a { background-color: #14D8AC; }
a { background-color: rgb(20,216,172); }
div.DivClassName
{
background-color: #14D8AC;
}
.BgClassName
{
background-color: #14D8AC;
}
</style>
border-color css
<style>
span { border-color: #14D8AC; }
span { border-color: rgb(20,216,172); }
td.TdClassName
{
border-color: #14D8AC;
}
.TagClassName
{
border-color: #14D8AC;
}
</style>