Shades of Caribbean Green #14DC87
Tints of Caribbean Green #14DC87
RGB
CMYK
RGB Variations
Color information
#14DC87 (or 0x14DC87) is known color: Caribbean Green. HEX triplet: 14, DC and 87. RGB value is (20,220,135). Sum of RGB (Red+Green+Blue) = 20+220+135=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DC87 is #EB2378. Grayscale: #969696. Windows color (decimal): -15410041 or 8903700. OLE color: 8903700.
HSL color Cylindrical-coordinate representation of color #14DC87: hue angle of 154.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC87 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 135 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.14 |
| HSL | 154.5º | 0.83% | 0.47% | - |
| HSV(B) | 154.5º | 0.91% | 0.86% | - |
| XYZ | 30.25 | 53.08 | 31.57 | - |
| YUV | 150.51 | 119.24 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 135 | 0.91 | 0 | 0.39 | 0.14 | 154.5 | 0.83 | 0.47 |
| Hex | 14 | DC | 87 | 5B | 0 | 27 | E | 9A | 53 | 2F |
| Octal | 24 | 334 | 207 | 133 | 0 | 47 | 16 | 232 | 123 | 57 |
| Binary | 10100 | 11011100 | 10000111 | 1011011 | 0 | 100111 | 1110 | 10011010 | 1010011 | 101111 |
Color Harmonies of #14DC87
Complementary color
Monochromatic Colors of #14DC87
Black with #14DC87
Text Example
Text Example
White with #14DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC87; }
p { color: rgb(20,220,135); }
H1.HeaderClassName
{
color: #14DC87;
}
.AnyTagClassName
{
color: #14DC87;
}
</style>
background-color css
<style>
a { background-color: #14DC87; }
a { background-color: rgb(20,220,135); }
div.DivClassName
{
background-color: #14DC87;
}
.BgClassName
{
background-color: #14DC87;
}
</style>
border-color css
<style>
span { border-color: #14DC87; }
span { border-color: rgb(20,220,135); }
td.TdClassName
{
border-color: #14DC87;
}
.TagClassName
{
border-color: #14DC87;
}
</style>