Shades of Evening Sea #14614E
Tints of Evening Sea #14614E
RGB
CMYK
RGB Variations
Color information
#14614E (or 0x14614E) is known color: Evening Sea. HEX triplet: 14, 61 and 4E. RGB value is (20,97,78). Sum of RGB (Red+Green+Blue) = 20+97+78=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #14614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14614E is #EB9EB1. Grayscale: #474747. Windows color (decimal): -15441586 or 5136660. OLE color: 5136660.
HSL color Cylindrical-coordinate representation of color #14614E: hue angle of 165.19º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14614E is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 78 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.62 |
| HSL | 165.19º | 0.66% | 0.23% | - |
| HSV(B) | 165.19º | 0.79% | 0.38% | - |
| XYZ | 5.94 | 9.25 | 8.68 | - |
| YUV | 71.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 78 | 0.79 | 0 | 0.20 | 0.62 | 165.19 | 0.66 | 0.23 |
| Hex | 14 | 61 | 4E | 4F | 0 | 14 | 3E | A5 | 42 | 17 |
| Octal | 24 | 141 | 116 | 117 | 0 | 24 | 76 | 245 | 102 | 27 |
| Binary | 10100 | 1100001 | 1001110 | 1001111 | 0 | 10100 | 111110 | 10100101 | 1000010 | 10111 |
Color Harmonies of #14614E
Complementary color
Monochromatic Colors of #14614E
Black with #14614E
Text Example
Text Example
White with #14614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14614E; }
p { color: rgb(20,97,78); }
H1.HeaderClassName
{
color: #14614E;
}
.AnyTagClassName
{
color: #14614E;
}
</style>
background-color css
<style>
a { background-color: #14614E; }
a { background-color: rgb(20,97,78); }
div.DivClassName
{
background-color: #14614E;
}
.BgClassName
{
background-color: #14614E;
}
</style>
border-color css
<style>
span { border-color: #14614E; }
span { border-color: rgb(20,97,78); }
td.TdClassName
{
border-color: #14614E;
}
.TagClassName
{
border-color: #14614E;
}
</style>