Shades of Caribbean Green #14E195
Tints of Caribbean Green #14E195
RGB
CMYK
RGB Variations
Color information
#14E195 (or 0x14E195) is known color: Caribbean Green. HEX triplet: 14, E1 and 95. RGB value is (20,225,149). Sum of RGB (Red+Green+Blue) = 20+225+149=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #14E195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E195 is #EB1E6A. Grayscale: #9B9B9B. Windows color (decimal): -15408747 or 9822484. OLE color: 9822484.
HSL color Cylindrical-coordinate representation of color #14E195: hue angle of 157.76º 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 #14E195 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 149 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.12 |
| HSL | 157.76º | 0.84% | 0.48% | - |
| HSV(B) | 157.76º | 0.91% | 0.88% | - |
| XYZ | 32.64 | 56.17 | 37.56 | - |
| YUV | 155.04 | 124.58 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 149 | 0.91 | 0 | 0.34 | 0.12 | 157.76 | 0.84 | 0.48 |
| Hex | 14 | E1 | 95 | 5B | 0 | 22 | C | 9E | 54 | 30 |
| Octal | 24 | 341 | 225 | 133 | 0 | 42 | 14 | 236 | 124 | 60 |
| Binary | 10100 | 11100001 | 10010101 | 1011011 | 0 | 100010 | 1100 | 10011110 | 1010100 | 110000 |
Color Harmonies of #14E195
Complementary color
Monochromatic Colors of #14E195
Black with #14E195
Text Example
Text Example
White with #14E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E195; }
p { color: rgb(20,225,149); }
H1.HeaderClassName
{
color: #14E195;
}
.AnyTagClassName
{
color: #14E195;
}
</style>
background-color css
<style>
a { background-color: #14E195; }
a { background-color: rgb(20,225,149); }
div.DivClassName
{
background-color: #14E195;
}
.BgClassName
{
background-color: #14E195;
}
</style>
border-color css
<style>
span { border-color: #14E195; }
span { border-color: rgb(20,225,149); }
td.TdClassName
{
border-color: #14E195;
}
.TagClassName
{
border-color: #14E195;
}
</style>