Shades of Caribbean Green #14CEAB
Tints of Caribbean Green #14CEAB
RGB
CMYK
RGB Variations
Color information
#14CEAB (or 0x14CEAB) is known color: Caribbean Green. HEX triplet: 14, CE and AB. RGB value is (20,206,171). Sum of RGB (Red+Green+Blue) = 20+206+171=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CEAB is #EB3154. Grayscale: #929292. Windows color (decimal): -15413589 or 11259412. OLE color: 11259412.
HSL color Cylindrical-coordinate representation of color #14CEAB: hue angle of 168.71º 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 #14CEAB is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 171 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.19 |
| HSL | 168.71º | 0.82% | 0.44% | - |
| HSV(B) | 168.71º | 0.9% | 0.81% | - |
| XYZ | 29.71 | 47.23 | 46.08 | - |
| YUV | 146.4 | 141.88 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 171 | 0.90 | 0 | 0.17 | 0.19 | 168.71 | 0.82 | 0.44 |
| Hex | 14 | CE | AB | 5A | 0 | 11 | 13 | A9 | 52 | 2C |
| Octal | 24 | 316 | 253 | 132 | 0 | 21 | 23 | 251 | 122 | 54 |
| Binary | 10100 | 11001110 | 10101011 | 1011010 | 0 | 10001 | 10011 | 10101001 | 1010010 | 101100 |
Color Harmonies of #14CEAB
Complementary color
Monochromatic Colors of #14CEAB
Black with #14CEAB
Text Example
Text Example
White with #14CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEAB; }
p { color: rgb(20,206,171); }
H1.HeaderClassName
{
color: #14CEAB;
}
.AnyTagClassName
{
color: #14CEAB;
}
</style>
background-color css
<style>
a { background-color: #14CEAB; }
a { background-color: rgb(20,206,171); }
div.DivClassName
{
background-color: #14CEAB;
}
.BgClassName
{
background-color: #14CEAB;
}
</style>
border-color css
<style>
span { border-color: #14CEAB; }
span { border-color: rgb(20,206,171); }
td.TdClassName
{
border-color: #14CEAB;
}
.TagClassName
{
border-color: #14CEAB;
}
</style>