Shades of Caribbean Green #14DF9F
Tints of Caribbean Green #14DF9F
RGB
CMYK
RGB Variations
Color information
#14DF9F (or 0x14DF9F) is known color: Caribbean Green. HEX triplet: 14, DF and 9F. RGB value is (20,223,159). Sum of RGB (Red+Green+Blue) = 20+223+159=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF9F is #EB2060. Grayscale: #9B9B9B. Windows color (decimal): -15409249 or 10477332. OLE color: 10477332.
HSL color Cylindrical-coordinate representation of color #14DF9F: hue angle of 161.08º 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 #14DF9F is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 159 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.13 |
| HSL | 161.08º | 0.84% | 0.48% | - |
| HSV(B) | 161.08º | 0.91% | 0.87% | - |
| XYZ | 32.93 | 55.43 | 41.76 | - |
| YUV | 155.01 | 130.25 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 159 | 0.91 | 0 | 0.29 | 0.13 | 161.08 | 0.84 | 0.48 |
| Hex | 14 | DF | 9F | 5B | 0 | 1D | D | A1 | 54 | 30 |
| Octal | 24 | 337 | 237 | 133 | 0 | 35 | 15 | 241 | 124 | 60 |
| Binary | 10100 | 11011111 | 10011111 | 1011011 | 0 | 11101 | 1101 | 10100001 | 1010100 | 110000 |
Color Harmonies of #14DF9F
Complementary color
Monochromatic Colors of #14DF9F
Black with #14DF9F
Text Example
Text Example
White with #14DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF9F; }
p { color: rgb(20,223,159); }
H1.HeaderClassName
{
color: #14DF9F;
}
.AnyTagClassName
{
color: #14DF9F;
}
</style>
background-color css
<style>
a { background-color: #14DF9F; }
a { background-color: rgb(20,223,159); }
div.DivClassName
{
background-color: #14DF9F;
}
.BgClassName
{
background-color: #14DF9F;
}
</style>
border-color css
<style>
span { border-color: #14DF9F; }
span { border-color: rgb(20,223,159); }
td.TdClassName
{
border-color: #14DF9F;
}
.TagClassName
{
border-color: #14DF9F;
}
</style>