Shades of Caribbean Green #14D8AF
Tints of Caribbean Green #14D8AF
RGB
CMYK
RGB Variations
Color information
#14D8AF (or 0x14D8AF) is known color: Caribbean Green. HEX triplet: 14, D8 and AF. RGB value is (20,216,175). Sum of RGB (Red+Green+Blue) = 20+216+175=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #14D8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D8AF is #EB2750. Grayscale: #989898. Windows color (decimal): -15411025 or 11524116. OLE color: 11524116.
HSL color Cylindrical-coordinate representation of color #14D8AF: hue angle of 167.45º 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 #14D8AF is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 175 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.15 |
| HSL | 167.45º | 0.83% | 0.46% | - |
| HSV(B) | 167.45º | 0.91% | 0.85% | - |
| XYZ | 32.58 | 52.36 | 48.95 | - |
| YUV | 152.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 175 | 0.91 | 0 | 0.19 | 0.15 | 167.45 | 0.83 | 0.46 |
| Hex | 14 | D8 | AF | 5B | 0 | 13 | F | A7 | 53 | 2E |
| Octal | 24 | 330 | 257 | 133 | 0 | 23 | 17 | 247 | 123 | 56 |
| Binary | 10100 | 11011000 | 10101111 | 1011011 | 0 | 10011 | 1111 | 10100111 | 1010011 | 101110 |
Color Harmonies of #14D8AF
Complementary color
Monochromatic Colors of #14D8AF
Black with #14D8AF
Text Example
Text Example
White with #14D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D8AF; }
p { color: rgb(20,216,175); }
H1.HeaderClassName
{
color: #14D8AF;
}
.AnyTagClassName
{
color: #14D8AF;
}
</style>
background-color css
<style>
a { background-color: #14D8AF; }
a { background-color: rgb(20,216,175); }
div.DivClassName
{
background-color: #14D8AF;
}
.BgClassName
{
background-color: #14D8AF;
}
</style>
border-color css
<style>
span { border-color: #14D8AF; }
span { border-color: rgb(20,216,175); }
td.TdClassName
{
border-color: #14D8AF;
}
.TagClassName
{
border-color: #14D8AF;
}
</style>