Shades of Caribbean Green #14DF9D
Tints of Caribbean Green #14DF9D
RGB
CMYK
RGB Variations
Color information
#14DF9D (or 0x14DF9D) is known color: Caribbean Green. HEX triplet: 14, DF and 9D. RGB value is (20,223,157). Sum of RGB (Red+Green+Blue) = 20+223+157=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF9D is #EB2062. Grayscale: #9A9A9A. Windows color (decimal): -15409251 or 10346260. OLE color: 10346260.
HSL color Cylindrical-coordinate representation of color #14DF9D: hue angle of 160.49º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF9D is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 157 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.13 |
| HSL | 160.49º | 0.84% | 0.48% | - |
| HSV(B) | 160.49º | 0.91% | 0.87% | - |
| XYZ | 32.76 | 55.36 | 40.86 | - |
| YUV | 154.78 | 129.25 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 157 | 0.91 | 0 | 0.30 | 0.13 | 160.49 | 0.84 | 0.48 |
| Hex | 14 | DF | 9D | 5B | 0 | 1E | D | A0 | 54 | 30 |
| Octal | 24 | 337 | 235 | 133 | 0 | 36 | 15 | 240 | 124 | 60 |
| Binary | 10100 | 11011111 | 10011101 | 1011011 | 0 | 11110 | 1101 | 10100000 | 1010100 | 110000 |
Color Harmonies of #14DF9D
Complementary color
Monochromatic Colors of #14DF9D
Black with #14DF9D
Text Example
Text Example
White with #14DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF9D; }
p { color: rgb(20,223,157); }
H1.HeaderClassName
{
color: #14DF9D;
}
.AnyTagClassName
{
color: #14DF9D;
}
</style>
background-color css
<style>
a { background-color: #14DF9D; }
a { background-color: rgb(20,223,157); }
div.DivClassName
{
background-color: #14DF9D;
}
.BgClassName
{
background-color: #14DF9D;
}
</style>
border-color css
<style>
span { border-color: #14DF9D; }
span { border-color: rgb(20,223,157); }
td.TdClassName
{
border-color: #14DF9D;
}
.TagClassName
{
border-color: #14DF9D;
}
</style>