Shades of Caribbean Green #14C495
Tints of Caribbean Green #14C495
RGB
CMYK
RGB Variations
Color information
#14C495 (or 0x14C495) is known color: Caribbean Green. HEX triplet: 14, C4 and 95. RGB value is (20,196,149). Sum of RGB (Red+Green+Blue) = 20+196+149=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #14C495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C495 is #EB3B6A. Grayscale: #8A8A8A. Windows color (decimal): -15416171 or 9815060. OLE color: 9815060.
HSL color Cylindrical-coordinate representation of color #14C495: hue angle of 163.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C495 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 149 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.23 |
| HSL | 163.98º | 0.81% | 0.42% | - |
| HSV(B) | 163.98º | 0.9% | 0.77% | - |
| XYZ | 25.45 | 41.8 | 35.16 | - |
| YUV | 138.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 149 | 0.90 | 0 | 0.24 | 0.23 | 163.98 | 0.81 | 0.42 |
| Hex | 14 | C4 | 95 | 5A | 0 | 18 | 17 | A4 | 51 | 2A |
| Octal | 24 | 304 | 225 | 132 | 0 | 30 | 27 | 244 | 121 | 52 |
| Binary | 10100 | 11000100 | 10010101 | 1011010 | 0 | 11000 | 10111 | 10100100 | 1010001 | 101010 |
Color Harmonies of #14C495
Complementary color
Monochromatic Colors of #14C495
Black with #14C495
Text Example
Text Example
White with #14C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C495; }
p { color: rgb(20,196,149); }
H1.HeaderClassName
{
color: #14C495;
}
.AnyTagClassName
{
color: #14C495;
}
</style>
background-color css
<style>
a { background-color: #14C495; }
a { background-color: rgb(20,196,149); }
div.DivClassName
{
background-color: #14C495;
}
.BgClassName
{
background-color: #14C495;
}
</style>
border-color css
<style>
span { border-color: #14C495; }
span { border-color: rgb(20,196,149); }
td.TdClassName
{
border-color: #14C495;
}
.TagClassName
{
border-color: #14C495;
}
</style>