Shades of Evening Sea #14604D
Tints of Evening Sea #14604D
RGB
CMYK
RGB Variations
Color information
#14604D (or 0x14604D) is known color: Evening Sea. HEX triplet: 14, 60 and 4D. RGB value is (20,96,77). Sum of RGB (Red+Green+Blue) = 20+96+77=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #14604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14604D is #EB9FB2. Grayscale: #474747. Windows color (decimal): -15441843 or 5070868. OLE color: 5070868.
HSL color Cylindrical-coordinate representation of color #14604D: hue angle of 165º 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 #14604D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 77 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.62 |
| HSL | 165º | 0.66% | 0.23% | - |
| HSV(B) | 165º | 0.79% | 0.38% | - |
| XYZ | 5.81 | 9.05 | 8.46 | - |
| YUV | 71.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 77 | 0.79 | 0 | 0.20 | 0.62 | 165 | 0.66 | 0.23 |
| Hex | 14 | 60 | 4D | 4F | 0 | 14 | 3E | A5 | 42 | 17 |
| Octal | 24 | 140 | 115 | 117 | 0 | 24 | 76 | 245 | 102 | 27 |
| Binary | 10100 | 1100000 | 1001101 | 1001111 | 0 | 10100 | 111110 | 10100101 | 1000010 | 10111 |
Color Harmonies of #14604D
Complementary color
Monochromatic Colors of #14604D
Black with #14604D
Text Example
Text Example
White with #14604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14604D; }
p { color: rgb(20,96,77); }
H1.HeaderClassName
{
color: #14604D;
}
.AnyTagClassName
{
color: #14604D;
}
</style>
background-color css
<style>
a { background-color: #14604D; }
a { background-color: rgb(20,96,77); }
div.DivClassName
{
background-color: #14604D;
}
.BgClassName
{
background-color: #14604D;
}
</style>
border-color css
<style>
span { border-color: #14604D; }
span { border-color: rgb(20,96,77); }
td.TdClassName
{
border-color: #14604D;
}
.TagClassName
{
border-color: #14604D;
}
</style>