Shades of Eden #145C50
Tints of Eden #145C50
RGB
CMYK
RGB Variations
Color information
#145C50 (or 0x145C50) is known color: Eden. HEX triplet: 14, 5C and 50. RGB value is (20,92,80). Sum of RGB (Red+Green+Blue) = 20+92+80=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #145C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C50 is #EBA3AF. Grayscale: #454545. Windows color (decimal): -15442864 or 5266452. OLE color: 5266452.
HSL color Cylindrical-coordinate representation of color #145C50: hue angle of 170º 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 #145C50 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 80 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.64 |
| HSL | 170º | 0.64% | 0.22% | - |
| HSV(B) | 170º | 0.78% | 0.36% | - |
| XYZ | 5.56 | 8.38 | 8.91 | - |
| YUV | 69.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 80 | 0.78 | 0 | 0.13 | 0.64 | 170 | 0.64 | 0.22 |
| Hex | 14 | 5C | 50 | 4E | 0 | D | 40 | AA | 40 | 16 |
| Octal | 24 | 134 | 120 | 116 | 0 | 15 | 100 | 252 | 100 | 26 |
| Binary | 10100 | 1011100 | 1010000 | 1001110 | 0 | 1101 | 1000000 | 10101010 | 1000000 | 10110 |
Color Harmonies of #145C50
Complementary color
Monochromatic Colors of #145C50
Black with #145C50
Text Example
Text Example
White with #145C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C50; }
p { color: rgb(20,92,80); }
H1.HeaderClassName
{
color: #145C50;
}
.AnyTagClassName
{
color: #145C50;
}
</style>
background-color css
<style>
a { background-color: #145C50; }
a { background-color: rgb(20,92,80); }
div.DivClassName
{
background-color: #145C50;
}
.BgClassName
{
background-color: #145C50;
}
</style>
border-color css
<style>
span { border-color: #145C50; }
span { border-color: rgb(20,92,80); }
td.TdClassName
{
border-color: #145C50;
}
.TagClassName
{
border-color: #145C50;
}
</style>