Shades of Evening Sea #145F4D
Tints of Evening Sea #145F4D
RGB
CMYK
RGB Variations
Color information
#145F4D (or 0x145F4D) is known color: Evening Sea. HEX triplet: 14, 5F and 4D. RGB value is (20,95,77). Sum of RGB (Red+Green+Blue) = 20+95+77=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #145F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F4D is #EBA0B2. Grayscale: #464646. Windows color (decimal): -15442099 or 5070612. OLE color: 5070612.
HSL color Cylindrical-coordinate representation of color #145F4D: hue angle of 165.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F4D is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 77 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.63 |
| HSL | 165.6º | 0.65% | 0.23% | - |
| HSV(B) | 165.6º | 0.79% | 0.37% | - |
| XYZ | 5.72 | 8.87 | 8.43 | - |
| YUV | 70.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 77 | 0.79 | 0 | 0.19 | 0.63 | 165.6 | 0.65 | 0.23 |
| Hex | 14 | 5F | 4D | 4F | 0 | 13 | 3F | A6 | 41 | 17 |
| Octal | 24 | 137 | 115 | 117 | 0 | 23 | 77 | 246 | 101 | 27 |
| Binary | 10100 | 1011111 | 1001101 | 1001111 | 0 | 10011 | 111111 | 10100110 | 1000001 | 10111 |
Color Harmonies of #145F4D
Complementary color
Monochromatic Colors of #145F4D
Black with #145F4D
Text Example
Text Example
White with #145F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F4D; }
p { color: rgb(20,95,77); }
H1.HeaderClassName
{
color: #145F4D;
}
.AnyTagClassName
{
color: #145F4D;
}
</style>
background-color css
<style>
a { background-color: #145F4D; }
a { background-color: rgb(20,95,77); }
div.DivClassName
{
background-color: #145F4D;
}
.BgClassName
{
background-color: #145F4D;
}
</style>
border-color css
<style>
span { border-color: #145F4D; }
span { border-color: rgb(20,95,77); }
td.TdClassName
{
border-color: #145F4D;
}
.TagClassName
{
border-color: #145F4D;
}
</style>