Shades of Caribbean Green #14DE8E
Tints of Caribbean Green #14DE8E
RGB
CMYK
RGB Variations
Color information
#14DE8E (or 0x14DE8E) is known color: Caribbean Green. HEX triplet: 14, DE and 8E. RGB value is (20,222,142). Sum of RGB (Red+Green+Blue) = 20+222+142=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DE8E is #EB2171. Grayscale: #989898. Windows color (decimal): -15409522 or 9362964. OLE color: 9362964.
HSL color Cylindrical-coordinate representation of color #14DE8E: hue angle of 156.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DE8E is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 142 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.13 |
| HSL | 156.24º | 0.83% | 0.47% | - |
| HSV(B) | 156.24º | 0.91% | 0.87% | - |
| XYZ | 31.29 | 54.34 | 34.43 | - |
| YUV | 152.48 | 122.08 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 142 | 0.91 | 0 | 0.36 | 0.13 | 156.24 | 0.83 | 0.47 |
| Hex | 14 | DE | 8E | 5B | 0 | 24 | D | 9C | 53 | 2F |
| Octal | 24 | 336 | 216 | 133 | 0 | 44 | 15 | 234 | 123 | 57 |
| Binary | 10100 | 11011110 | 10001110 | 1011011 | 0 | 100100 | 1101 | 10011100 | 1010011 | 101111 |
Color Harmonies of #14DE8E
Complementary color
Monochromatic Colors of #14DE8E
Black with #14DE8E
Text Example
Text Example
White with #14DE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DE8E; }
p { color: rgb(20,222,142); }
H1.HeaderClassName
{
color: #14DE8E;
}
.AnyTagClassName
{
color: #14DE8E;
}
</style>
background-color css
<style>
a { background-color: #14DE8E; }
a { background-color: rgb(20,222,142); }
div.DivClassName
{
background-color: #14DE8E;
}
.BgClassName
{
background-color: #14DE8E;
}
</style>
border-color css
<style>
span { border-color: #14DE8E; }
span { border-color: rgb(20,222,142); }
td.TdClassName
{
border-color: #14DE8E;
}
.TagClassName
{
border-color: #14DE8E;
}
</style>