Shades of Caribbean Green #14D68D
Tints of Caribbean Green #14D68D
RGB
CMYK
RGB Variations
Color information
#14D68D (or 0x14D68D) is known color: Caribbean Green. HEX triplet: 14, D6 and 8D. RGB value is (20,214,141). Sum of RGB (Red+Green+Blue) = 20+214+141=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #14D68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D68D is #EB2972. Grayscale: #939393. Windows color (decimal): -15411571 or 9295380. OLE color: 9295380.
HSL color Cylindrical-coordinate representation of color #14D68D: hue angle of 157.42º 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 #14D68D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 141 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.16 |
| HSL | 157.42º | 0.83% | 0.46% | - |
| HSV(B) | 157.42º | 0.91% | 0.84% | - |
| XYZ | 29.14 | 50.16 | 33.35 | - |
| YUV | 147.67 | 124.23 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 141 | 0.91 | 0 | 0.34 | 0.16 | 157.42 | 0.83 | 0.46 |
| Hex | 14 | D6 | 8D | 5B | 0 | 22 | 10 | 9D | 53 | 2E |
| Octal | 24 | 326 | 215 | 133 | 0 | 42 | 20 | 235 | 123 | 56 |
| Binary | 10100 | 11010110 | 10001101 | 1011011 | 0 | 100010 | 10000 | 10011101 | 1010011 | 101110 |
Color Harmonies of #14D68D
Complementary color
Monochromatic Colors of #14D68D
Black with #14D68D
Text Example
Text Example
White with #14D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D68D; }
p { color: rgb(20,214,141); }
H1.HeaderClassName
{
color: #14D68D;
}
.AnyTagClassName
{
color: #14D68D;
}
</style>
background-color css
<style>
a { background-color: #14D68D; }
a { background-color: rgb(20,214,141); }
div.DivClassName
{
background-color: #14D68D;
}
.BgClassName
{
background-color: #14D68D;
}
</style>
border-color css
<style>
span { border-color: #14D68D; }
span { border-color: rgb(20,214,141); }
td.TdClassName
{
border-color: #14D68D;
}
.TagClassName
{
border-color: #14D68D;
}
</style>