Shades of Caribbean Green #14D1A0
Tints of Caribbean Green #14D1A0
RGB
CMYK
RGB Variations
Color information
#14D1A0 (or 0x14D1A0) is known color: Caribbean Green. HEX triplet: 14, D1 and A0. RGB value is (20,209,160). Sum of RGB (Red+Green+Blue) = 20+209+160=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #14D1A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D1A0 is #EB2E5F. Grayscale: #929292. Windows color (decimal): -15412832 or 10539284. OLE color: 10539284.
HSL color Cylindrical-coordinate representation of color #14D1A0: hue angle of 164.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D1A0 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 160 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.18 |
| HSL | 164.44º | 0.83% | 0.45% | - |
| HSV(B) | 164.44º | 0.9% | 0.82% | - |
| XYZ | 29.43 | 48.29 | 41.03 | - |
| YUV | 146.9 | 135.38 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 160 | 0.90 | 0 | 0.23 | 0.18 | 164.44 | 0.83 | 0.45 |
| Hex | 14 | D1 | A0 | 5A | 0 | 17 | 12 | A4 | 53 | 2D |
| Octal | 24 | 321 | 240 | 132 | 0 | 27 | 22 | 244 | 123 | 55 |
| Binary | 10100 | 11010001 | 10100000 | 1011010 | 0 | 10111 | 10010 | 10100100 | 1010011 | 101101 |
Color Harmonies of #14D1A0
Complementary color
Monochromatic Colors of #14D1A0
Black with #14D1A0
Text Example
Text Example
White with #14D1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D1A0; }
p { color: rgb(20,209,160); }
H1.HeaderClassName
{
color: #14D1A0;
}
.AnyTagClassName
{
color: #14D1A0;
}
</style>
background-color css
<style>
a { background-color: #14D1A0; }
a { background-color: rgb(20,209,160); }
div.DivClassName
{
background-color: #14D1A0;
}
.BgClassName
{
background-color: #14D1A0;
}
</style>
border-color css
<style>
span { border-color: #14D1A0; }
span { border-color: rgb(20,209,160); }
td.TdClassName
{
border-color: #14D1A0;
}
.TagClassName
{
border-color: #14D1A0;
}
</style>