Shades of Caribbean Green #14C89D
Tints of Caribbean Green #14C89D
RGB
CMYK
RGB Variations
Color information
#14C89D (or 0x14C89D) is known color: Caribbean Green. HEX triplet: 14, C8 and 9D. RGB value is (20,200,157). Sum of RGB (Red+Green+Blue) = 20+200+157=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #14C89D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C89D is #EB3762. Grayscale: #8D8D8D. Windows color (decimal): -15415139 or 10340372. OLE color: 10340372.
HSL color Cylindrical-coordinate representation of color #14C89D: hue angle of 165.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C89D is Cyan = 0.9, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 157 | - |
| CMYK | 0.9 | 0 | 0.22 | 0.22 |
| HSL | 165.67º | 0.82% | 0.43% | - |
| HSV(B) | 165.67º | 0.9% | 0.78% | - |
| XYZ | 27.03 | 43.89 | 38.95 | - |
| YUV | 141.28 | 136.87 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 157 | 0.9 | 0 | 0.22 | 0.22 | 165.67 | 0.82 | 0.43 |
| Hex | 14 | C8 | 9D | 5A | 0 | 16 | 16 | A6 | 52 | 2B |
| Octal | 24 | 310 | 235 | 132 | 0 | 26 | 26 | 246 | 122 | 53 |
| Binary | 10100 | 11001000 | 10011101 | 1011010 | 0 | 10110 | 10110 | 10100110 | 1010010 | 101011 |
Color Harmonies of #14C89D
Complementary color
Monochromatic Colors of #14C89D
Black with #14C89D
Text Example
Text Example
White with #14C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C89D; }
p { color: rgb(20,200,157); }
H1.HeaderClassName
{
color: #14C89D;
}
.AnyTagClassName
{
color: #14C89D;
}
</style>
background-color css
<style>
a { background-color: #14C89D; }
a { background-color: rgb(20,200,157); }
div.DivClassName
{
background-color: #14C89D;
}
.BgClassName
{
background-color: #14C89D;
}
</style>
border-color css
<style>
span { border-color: #14C89D; }
span { border-color: rgb(20,200,157); }
td.TdClassName
{
border-color: #14C89D;
}
.TagClassName
{
border-color: #14C89D;
}
</style>