Shades of Caribbean Green #14CEA0
Tints of Caribbean Green #14CEA0
RGB
CMYK
RGB Variations
Color information
#14CEA0 (or 0x14CEA0) is known color: Caribbean Green. HEX triplet: 14, CE and A0. RGB value is (20,206,160). Sum of RGB (Red+Green+Blue) = 20+206+160=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CEA0 is #EB315F. Grayscale: #919191. Windows color (decimal): -15413600 or 10538516. OLE color: 10538516.
HSL color Cylindrical-coordinate representation of color #14CEA0: hue angle of 165.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CEA0 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 160 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.19 |
| HSL | 165.16º | 0.82% | 0.44% | - |
| HSV(B) | 165.16º | 0.9% | 0.81% | - |
| XYZ | 28.7 | 46.83 | 40.78 | - |
| YUV | 145.14 | 136.38 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 160 | 0.90 | 0 | 0.22 | 0.19 | 165.16 | 0.82 | 0.44 |
| Hex | 14 | CE | A0 | 5A | 0 | 16 | 13 | A5 | 52 | 2C |
| Octal | 24 | 316 | 240 | 132 | 0 | 26 | 23 | 245 | 122 | 54 |
| Binary | 10100 | 11001110 | 10100000 | 1011010 | 0 | 10110 | 10011 | 10100101 | 1010010 | 101100 |
Color Harmonies of #14CEA0
Complementary color
Monochromatic Colors of #14CEA0
Black with #14CEA0
Text Example
Text Example
White with #14CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEA0; }
p { color: rgb(20,206,160); }
H1.HeaderClassName
{
color: #14CEA0;
}
.AnyTagClassName
{
color: #14CEA0;
}
</style>
background-color css
<style>
a { background-color: #14CEA0; }
a { background-color: rgb(20,206,160); }
div.DivClassName
{
background-color: #14CEA0;
}
.BgClassName
{
background-color: #14CEA0;
}
</style>
border-color css
<style>
span { border-color: #14CEA0; }
span { border-color: rgb(20,206,160); }
td.TdClassName
{
border-color: #14CEA0;
}
.TagClassName
{
border-color: #14CEA0;
}
</style>