Shades of Evening Sea #145C49
Tints of Evening Sea #145C49
RGB
CMYK
RGB Variations
Color information
#145C49 (or 0x145C49) is known color: Evening Sea. HEX triplet: 14, 5C and 49. RGB value is (20,92,73). Sum of RGB (Red+Green+Blue) = 20+92+73=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #145C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C49 is #EBA3B6. Grayscale: #444444. Windows color (decimal): -15442871 or 4807700. OLE color: 4807700.
HSL color Cylindrical-coordinate representation of color #145C49: hue angle of 164.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C49 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 73 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.64 |
| HSL | 164.17º | 0.64% | 0.22% | - |
| HSV(B) | 164.17º | 0.78% | 0.36% | - |
| XYZ | 5.32 | 8.28 | 7.62 | - |
| YUV | 68.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 73 | 0.78 | 0 | 0.21 | 0.64 | 164.17 | 0.64 | 0.22 |
| Hex | 14 | 5C | 49 | 4E | 0 | 15 | 40 | A4 | 40 | 16 |
| Octal | 24 | 134 | 111 | 116 | 0 | 25 | 100 | 244 | 100 | 26 |
| Binary | 10100 | 1011100 | 1001001 | 1001110 | 0 | 10101 | 1000000 | 10100100 | 1000000 | 10110 |
Color Harmonies of #145C49
Complementary color
Monochromatic Colors of #145C49
Black with #145C49
Text Example
Text Example
White with #145C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C49; }
p { color: rgb(20,92,73); }
H1.HeaderClassName
{
color: #145C49;
}
.AnyTagClassName
{
color: #145C49;
}
</style>
background-color css
<style>
a { background-color: #145C49; }
a { background-color: rgb(20,92,73); }
div.DivClassName
{
background-color: #145C49;
}
.BgClassName
{
background-color: #145C49;
}
</style>
border-color css
<style>
span { border-color: #145C49; }
span { border-color: rgb(20,92,73); }
td.TdClassName
{
border-color: #145C49;
}
.TagClassName
{
border-color: #145C49;
}
</style>