Shades of Evening Sea #145849
Tints of Evening Sea #145849
RGB
CMYK
RGB Variations
Color information
#145849 (or 0x145849) is known color: Evening Sea. HEX triplet: 14, 58 and 49. RGB value is (20,88,73). Sum of RGB (Red+Green+Blue) = 20+88+73=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #145849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145849 is #EBA7B6. Grayscale: #414141. Windows color (decimal): -15443895 or 4806676. OLE color: 4806676.
HSL color Cylindrical-coordinate representation of color #145849: hue angle of 166.76º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145849 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 73 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.65 |
| HSL | 166.76º | 0.63% | 0.21% | - |
| HSV(B) | 166.76º | 0.77% | 0.35% | - |
| XYZ | 4.98 | 7.61 | 7.51 | - |
| YUV | 65.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 73 | 0.77 | 0 | 0.17 | 0.65 | 166.76 | 0.63 | 0.21 |
| Hex | 14 | 58 | 49 | 4D | 0 | 11 | 41 | A7 | 3F | 15 |
| Octal | 24 | 130 | 111 | 115 | 0 | 21 | 101 | 247 | 77 | 25 |
| Binary | 10100 | 1011000 | 1001001 | 1001101 | 0 | 10001 | 1000001 | 10100111 | 111111 | 10101 |
Color Harmonies of #145849
Complementary color
Monochromatic Colors of #145849
Black with #145849
Text Example
Text Example
White with #145849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145849; }
p { color: rgb(20,88,73); }
H1.HeaderClassName
{
color: #145849;
}
.AnyTagClassName
{
color: #145849;
}
</style>
background-color css
<style>
a { background-color: #145849; }
a { background-color: rgb(20,88,73); }
div.DivClassName
{
background-color: #145849;
}
.BgClassName
{
background-color: #145849;
}
</style>
border-color css
<style>
span { border-color: #145849; }
span { border-color: rgb(20,88,73); }
td.TdClassName
{
border-color: #145849;
}
.TagClassName
{
border-color: #145849;
}
</style>