Shades of Caribbean Green #14D790
Tints of Caribbean Green #14D790
RGB
CMYK
RGB Variations
Color information
#14D790 (or 0x14D790) is known color: Caribbean Green. HEX triplet: 14, D7 and 90. RGB value is (20,215,144). Sum of RGB (Red+Green+Blue) = 20+215+144=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #14D790 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D790 is #EB286F. Grayscale: #949494. Windows color (decimal): -15411312 or 9492244. OLE color: 9492244.
HSL color Cylindrical-coordinate representation of color #14D790: hue angle of 158.15º 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 #14D790 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 215 | 144 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.16 |
| HSL | 158.15º | 0.83% | 0.46% | - |
| HSV(B) | 158.15º | 0.91% | 0.84% | - |
| XYZ | 29.62 | 50.76 | 34.62 | - |
| YUV | 148.6 | 125.4 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 215 | 144 | 0.91 | 0 | 0.33 | 0.16 | 158.15 | 0.83 | 0.46 |
| Hex | 14 | D7 | 90 | 5B | 0 | 21 | 10 | 9E | 53 | 2E |
| Octal | 24 | 327 | 220 | 133 | 0 | 41 | 20 | 236 | 123 | 56 |
| Binary | 10100 | 11010111 | 10010000 | 1011011 | 0 | 100001 | 10000 | 10011110 | 1010011 | 101110 |
Color Harmonies of #14D790
Complementary color
Monochromatic Colors of #14D790
Black with #14D790
Text Example
Text Example
White with #14D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D790; }
p { color: rgb(20,215,144); }
H1.HeaderClassName
{
color: #14D790;
}
.AnyTagClassName
{
color: #14D790;
}
</style>
background-color css
<style>
a { background-color: #14D790; }
a { background-color: rgb(20,215,144); }
div.DivClassName
{
background-color: #14D790;
}
.BgClassName
{
background-color: #14D790;
}
</style>
border-color css
<style>
span { border-color: #14D790; }
span { border-color: rgb(20,215,144); }
td.TdClassName
{
border-color: #14D790;
}
.TagClassName
{
border-color: #14D790;
}
</style>