Shades of Caribbean Green #14D788
Tints of Caribbean Green #14D788
RGB
CMYK
RGB Variations
Color information
#14D788 (or 0x14D788) is known color: Caribbean Green. HEX triplet: 14, D7 and 88. RGB value is (20,215,136). Sum of RGB (Red+Green+Blue) = 20+215+136=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #14D788 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D788 is #EB2877. Grayscale: #939393. Windows color (decimal): -15411320 or 8967956. OLE color: 8967956.
HSL color Cylindrical-coordinate representation of color #14D788: hue angle of 155.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D788 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 215 | 136 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.16 |
| HSL | 155.69º | 0.83% | 0.46% | - |
| HSV(B) | 155.69º | 0.91% | 0.84% | - |
| XYZ | 29.03 | 50.53 | 31.52 | - |
| YUV | 147.69 | 121.4 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 215 | 136 | 0.91 | 0 | 0.37 | 0.16 | 155.69 | 0.83 | 0.46 |
| Hex | 14 | D7 | 88 | 5B | 0 | 25 | 10 | 9C | 53 | 2E |
| Octal | 24 | 327 | 210 | 133 | 0 | 45 | 20 | 234 | 123 | 56 |
| Binary | 10100 | 11010111 | 10001000 | 1011011 | 0 | 100101 | 10000 | 10011100 | 1010011 | 101110 |
Color Harmonies of #14D788
Complementary color
Monochromatic Colors of #14D788
Black with #14D788
Text Example
Text Example
White with #14D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D788; }
p { color: rgb(20,215,136); }
H1.HeaderClassName
{
color: #14D788;
}
.AnyTagClassName
{
color: #14D788;
}
</style>
background-color css
<style>
a { background-color: #14D788; }
a { background-color: rgb(20,215,136); }
div.DivClassName
{
background-color: #14D788;
}
.BgClassName
{
background-color: #14D788;
}
</style>
border-color css
<style>
span { border-color: #14D788; }
span { border-color: rgb(20,215,136); }
td.TdClassName
{
border-color: #14D788;
}
.TagClassName
{
border-color: #14D788;
}
</style>