Shades of Caribbean Green #14CC8F
Tints of Caribbean Green #14CC8F
RGB
CMYK
RGB Variations
Color information
#14CC8F (or 0x14CC8F) is known color: Caribbean Green. HEX triplet: 14, CC and 8F. RGB value is (20,204,143). Sum of RGB (Red+Green+Blue) = 20+204+143=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CC8F is #EB3370. Grayscale: #8E8E8E. Windows color (decimal): -15414129 or 9423892. OLE color: 9423892.
HSL color Cylindrical-coordinate representation of color #14CC8F: hue angle of 160.11º 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 #14CC8F is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 143 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.2 |
| HSL | 160.11º | 0.82% | 0.44% | - |
| HSV(B) | 160.11º | 0.9% | 0.8% | - |
| XYZ | 26.84 | 45.32 | 33.32 | - |
| YUV | 142.03 | 128.54 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 143 | 0.90 | 0 | 0.30 | 0.2 | 160.11 | 0.82 | 0.44 |
| Hex | 14 | CC | 8F | 5A | 0 | 1E | 14 | A0 | 52 | 2C |
| Octal | 24 | 314 | 217 | 132 | 0 | 36 | 24 | 240 | 122 | 54 |
| Binary | 10100 | 11001100 | 10001111 | 1011010 | 0 | 11110 | 10100 | 10100000 | 1010010 | 101100 |
Color Harmonies of #14CC8F
Complementary color
Monochromatic Colors of #14CC8F
Black with #14CC8F
Text Example
Text Example
White with #14CC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC8F; }
p { color: rgb(20,204,143); }
H1.HeaderClassName
{
color: #14CC8F;
}
.AnyTagClassName
{
color: #14CC8F;
}
</style>
background-color css
<style>
a { background-color: #14CC8F; }
a { background-color: rgb(20,204,143); }
div.DivClassName
{
background-color: #14CC8F;
}
.BgClassName
{
background-color: #14CC8F;
}
</style>
border-color css
<style>
span { border-color: #14CC8F; }
span { border-color: rgb(20,204,143); }
td.TdClassName
{
border-color: #14CC8F;
}
.TagClassName
{
border-color: #14CC8F;
}
</style>