Shades of Caribbean Green #14CCAB
Tints of Caribbean Green #14CCAB
RGB
CMYK
RGB Variations
Color information
#14CCAB (or 0x14CCAB) is known color: Caribbean Green. HEX triplet: 14, CC and AB. RGB value is (20,204,171). Sum of RGB (Red+Green+Blue) = 20+204+171=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CCAB is #EB3354. Grayscale: #919191. Windows color (decimal): -15414101 or 11258900. OLE color: 11258900.
HSL color Cylindrical-coordinate representation of color #14CCAB: hue angle of 169.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CCAB is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 171 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.2 |
| HSL | 169.24º | 0.82% | 0.44% | - |
| HSV(B) | 169.24º | 0.9% | 0.8% | - |
| XYZ | 29.23 | 46.27 | 45.92 | - |
| YUV | 145.22 | 142.54 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 171 | 0.90 | 0 | 0.16 | 0.2 | 169.24 | 0.82 | 0.44 |
| Hex | 14 | CC | AB | 5A | 0 | 10 | 14 | A9 | 52 | 2C |
| Octal | 24 | 314 | 253 | 132 | 0 | 20 | 24 | 251 | 122 | 54 |
| Binary | 10100 | 11001100 | 10101011 | 1011010 | 0 | 10000 | 10100 | 10101001 | 1010010 | 101100 |
Color Harmonies of #14CCAB
Complementary color
Monochromatic Colors of #14CCAB
Black with #14CCAB
Text Example
Text Example
White with #14CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCAB; }
p { color: rgb(20,204,171); }
H1.HeaderClassName
{
color: #14CCAB;
}
.AnyTagClassName
{
color: #14CCAB;
}
</style>
background-color css
<style>
a { background-color: #14CCAB; }
a { background-color: rgb(20,204,171); }
div.DivClassName
{
background-color: #14CCAB;
}
.BgClassName
{
background-color: #14CCAB;
}
</style>
border-color css
<style>
span { border-color: #14CCAB; }
span { border-color: rgb(20,204,171); }
td.TdClassName
{
border-color: #14CCAB;
}
.TagClassName
{
border-color: #14CCAB;
}
</style>