Shades of Evening Sea #14604C
Tints of Evening Sea #14604C
RGB
CMYK
RGB Variations
Color information
#14604C (or 0x14604C) is known color: Evening Sea. HEX triplet: 14, 60 and 4C. RGB value is (20,96,76). Sum of RGB (Red+Green+Blue) = 20+96+76=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #14604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14604C is #EB9FB3. Grayscale: #474747. Windows color (decimal): -15441844 or 5005332. OLE color: 5005332.
HSL color Cylindrical-coordinate representation of color #14604C: hue angle of 164.21º 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 #14604C is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 76 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.62 |
| HSL | 164.21º | 0.66% | 0.23% | - |
| HSV(B) | 164.21º | 0.79% | 0.38% | - |
| XYZ | 5.78 | 9.04 | 8.28 | - |
| YUV | 71 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 76 | 0.79 | 0 | 0.21 | 0.62 | 164.21 | 0.66 | 0.23 |
| Hex | 14 | 60 | 4C | 4F | 0 | 15 | 3E | A4 | 42 | 17 |
| Octal | 24 | 140 | 114 | 117 | 0 | 25 | 76 | 244 | 102 | 27 |
| Binary | 10100 | 1100000 | 1001100 | 1001111 | 0 | 10101 | 111110 | 10100100 | 1000010 | 10111 |
Color Harmonies of #14604C
Complementary color
Monochromatic Colors of #14604C
Black with #14604C
Text Example
Text Example
White with #14604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14604C; }
p { color: rgb(20,96,76); }
H1.HeaderClassName
{
color: #14604C;
}
.AnyTagClassName
{
color: #14604C;
}
</style>
background-color css
<style>
a { background-color: #14604C; }
a { background-color: rgb(20,96,76); }
div.DivClassName
{
background-color: #14604C;
}
.BgClassName
{
background-color: #14604C;
}
</style>
border-color css
<style>
span { border-color: #14604C; }
span { border-color: rgb(20,96,76); }
td.TdClassName
{
border-color: #14604C;
}
.TagClassName
{
border-color: #14604C;
}
</style>