Shades of Caribbean Green #14E18B
Tints of Caribbean Green #14E18B
RGB
CMYK
RGB Variations
Color information
#14E18B (or 0x14E18B) is known color: Caribbean Green. HEX triplet: 14, E1 and 8B. RGB value is (20,225,139). Sum of RGB (Red+Green+Blue) = 20+225+139=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #14E18B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E18B is #EB1E74. Grayscale: #9A9A9A. Windows color (decimal): -15408757 or 9167124. OLE color: 9167124.
HSL color Cylindrical-coordinate representation of color #14E18B: hue angle of 154.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E18B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 139 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.12 |
| HSL | 154.83º | 0.84% | 0.48% | - |
| HSV(B) | 154.83º | 0.91% | 0.88% | - |
| XYZ | 31.87 | 55.86 | 33.53 | - |
| YUV | 153.9 | 119.58 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 139 | 0.91 | 0 | 0.38 | 0.12 | 154.83 | 0.84 | 0.48 |
| Hex | 14 | E1 | 8B | 5B | 0 | 26 | C | 9B | 54 | 30 |
| Octal | 24 | 341 | 213 | 133 | 0 | 46 | 14 | 233 | 124 | 60 |
| Binary | 10100 | 11100001 | 10001011 | 1011011 | 0 | 100110 | 1100 | 10011011 | 1010100 | 110000 |
Color Harmonies of #14E18B
Complementary color
Monochromatic Colors of #14E18B
Black with #14E18B
Text Example
Text Example
White with #14E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E18B; }
p { color: rgb(20,225,139); }
H1.HeaderClassName
{
color: #14E18B;
}
.AnyTagClassName
{
color: #14E18B;
}
</style>
background-color css
<style>
a { background-color: #14E18B; }
a { background-color: rgb(20,225,139); }
div.DivClassName
{
background-color: #14E18B;
}
.BgClassName
{
background-color: #14E18B;
}
</style>
border-color css
<style>
span { border-color: #14E18B; }
span { border-color: rgb(20,225,139); }
td.TdClassName
{
border-color: #14E18B;
}
.TagClassName
{
border-color: #14E18B;
}
</style>