Shades of Caribbean Green #14D888
Tints of Caribbean Green #14D888
RGB
CMYK
RGB Variations
Color information
#14D888 (or 0x14D888) is known color: Caribbean Green. HEX triplet: 14, D8 and 88. RGB value is (20,216,136). Sum of RGB (Red+Green+Blue) = 20+216+136=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #14D888 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D888 is #EB2777. Grayscale: #949494. Windows color (decimal): -15411064 or 8968212. OLE color: 8968212.
HSL color Cylindrical-coordinate representation of color #14D888: hue angle of 155.51º 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 #14D888 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 136 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.15 |
| HSL | 155.51º | 0.83% | 0.46% | - |
| HSV(B) | 155.51º | 0.91% | 0.85% | - |
| XYZ | 29.29 | 51.04 | 31.6 | - |
| YUV | 148.28 | 121.07 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 136 | 0.91 | 0 | 0.37 | 0.15 | 155.51 | 0.83 | 0.46 |
| Hex | 14 | D8 | 88 | 5B | 0 | 25 | F | 9C | 53 | 2E |
| Octal | 24 | 330 | 210 | 133 | 0 | 45 | 17 | 234 | 123 | 56 |
| Binary | 10100 | 11011000 | 10001000 | 1011011 | 0 | 100101 | 1111 | 10011100 | 1010011 | 101110 |
Color Harmonies of #14D888
Complementary color
Monochromatic Colors of #14D888
Black with #14D888
Text Example
Text Example
White with #14D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D888; }
p { color: rgb(20,216,136); }
H1.HeaderClassName
{
color: #14D888;
}
.AnyTagClassName
{
color: #14D888;
}
</style>
background-color css
<style>
a { background-color: #14D888; }
a { background-color: rgb(20,216,136); }
div.DivClassName
{
background-color: #14D888;
}
.BgClassName
{
background-color: #14D888;
}
</style>
border-color css
<style>
span { border-color: #14D888; }
span { border-color: rgb(20,216,136); }
td.TdClassName
{
border-color: #14D888;
}
.TagClassName
{
border-color: #14D888;
}
</style>