Shades of Evening Sea #145B4A
Tints of Evening Sea #145B4A
RGB
CMYK
RGB Variations
Color information
#145B4A (or 0x145B4A) is known color: Evening Sea. HEX triplet: 14, 5B and 4A. RGB value is (20,91,74). Sum of RGB (Red+Green+Blue) = 20+91+74=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #145B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B4A is #EBA4B5. Grayscale: #434343. Windows color (decimal): -15443126 or 4872980. OLE color: 4872980.
HSL color Cylindrical-coordinate representation of color #145B4A: hue angle of 165.63º 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 #145B4A is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 74 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.64 |
| HSL | 165.63º | 0.64% | 0.22% | - |
| HSV(B) | 165.63º | 0.78% | 0.36% | - |
| XYZ | 5.27 | 8.13 | 7.77 | - |
| YUV | 67.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 74 | 0.78 | 0 | 0.19 | 0.64 | 165.63 | 0.64 | 0.22 |
| Hex | 14 | 5B | 4A | 4E | 0 | 13 | 40 | A6 | 40 | 16 |
| Octal | 24 | 133 | 112 | 116 | 0 | 23 | 100 | 246 | 100 | 26 |
| Binary | 10100 | 1011011 | 1001010 | 1001110 | 0 | 10011 | 1000000 | 10100110 | 1000000 | 10110 |
Color Harmonies of #145B4A
Complementary color
Monochromatic Colors of #145B4A
Black with #145B4A
Text Example
Text Example
White with #145B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B4A; }
p { color: rgb(20,91,74); }
H1.HeaderClassName
{
color: #145B4A;
}
.AnyTagClassName
{
color: #145B4A;
}
</style>
background-color css
<style>
a { background-color: #145B4A; }
a { background-color: rgb(20,91,74); }
div.DivClassName
{
background-color: #145B4A;
}
.BgClassName
{
background-color: #145B4A;
}
</style>
border-color css
<style>
span { border-color: #145B4A; }
span { border-color: rgb(20,91,74); }
td.TdClassName
{
border-color: #145B4A;
}
.TagClassName
{
border-color: #145B4A;
}
</style>