Shades of Caribbean Green #14D996
Tints of Caribbean Green #14D996
RGB
CMYK
RGB Variations
Color information
#14D996 (or 0x14D996) is known color: Caribbean Green. HEX triplet: 14, D9 and 96. RGB value is (20,217,150). Sum of RGB (Red+Green+Blue) = 20+217+150=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #14D996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D996 is #EB2669. Grayscale: #969696. Windows color (decimal): -15410794 or 9885972. OLE color: 9885972.
HSL color Cylindrical-coordinate representation of color #14D996: hue angle of 159.59º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D996 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 150 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.15 |
| HSL | 159.59º | 0.83% | 0.46% | - |
| HSV(B) | 159.59º | 0.91% | 0.85% | - |
| XYZ | 30.61 | 51.98 | 37.27 | - |
| YUV | 150.46 | 127.73 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 150 | 0.91 | 0 | 0.31 | 0.15 | 159.59 | 0.83 | 0.46 |
| Hex | 14 | D9 | 96 | 5B | 0 | 1F | F | A0 | 53 | 2E |
| Octal | 24 | 331 | 226 | 133 | 0 | 37 | 17 | 240 | 123 | 56 |
| Binary | 10100 | 11011001 | 10010110 | 1011011 | 0 | 11111 | 1111 | 10100000 | 1010011 | 101110 |
Color Harmonies of #14D996
Complementary color
Monochromatic Colors of #14D996
Black with #14D996
Text Example
Text Example
White with #14D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D996; }
p { color: rgb(20,217,150); }
H1.HeaderClassName
{
color: #14D996;
}
.AnyTagClassName
{
color: #14D996;
}
</style>
background-color css
<style>
a { background-color: #14D996; }
a { background-color: rgb(20,217,150); }
div.DivClassName
{
background-color: #14D996;
}
.BgClassName
{
background-color: #14D996;
}
</style>
border-color css
<style>
span { border-color: #14D996; }
span { border-color: rgb(20,217,150); }
td.TdClassName
{
border-color: #14D996;
}
.TagClassName
{
border-color: #14D996;
}
</style>