Shades of Eden #105C4E
Tints of Eden #105C4E
RGB
CMYK
RGB Variations
Color information
#105C4E (or 0x105C4E) is known color: Eden. HEX triplet: 10, 5C and 4E. RGB value is (16,92,78). Sum of RGB (Red+Green+Blue) = 16+92+78=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #105C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C4E is #EFA3B1. Grayscale: #434343. Windows color (decimal): -15705010 or 5135376. OLE color: 5135376.
HSL color Cylindrical-coordinate representation of color #105C4E: hue angle of 168.95º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C4E is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 78 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.64 |
| HSL | 168.95º | 0.7% | 0.21% | - |
| HSV(B) | 168.95º | 0.83% | 0.36% | - |
| XYZ | 5.42 | 8.31 | 8.53 | - |
| YUV | 67.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 78 | 0.83 | 0 | 0.15 | 0.64 | 168.95 | 0.7 | 0.21 |
| Hex | 10 | 5C | 4E | 53 | 0 | F | 40 | A9 | 46 | 15 |
| Octal | 20 | 134 | 116 | 123 | 0 | 17 | 100 | 251 | 106 | 25 |
| Binary | 10000 | 1011100 | 1001110 | 1010011 | 0 | 1111 | 1000000 | 10101001 | 1000110 | 10101 |
Color Harmonies of #105C4E
Complementary color
Monochromatic Colors of #105C4E
Black with #105C4E
Text Example
Text Example
White with #105C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C4E; }
p { color: rgb(16,92,78); }
H1.HeaderClassName
{
color: #105C4E;
}
.AnyTagClassName
{
color: #105C4E;
}
</style>
background-color css
<style>
a { background-color: #105C4E; }
a { background-color: rgb(16,92,78); }
div.DivClassName
{
background-color: #105C4E;
}
.BgClassName
{
background-color: #105C4E;
}
</style>
border-color css
<style>
span { border-color: #105C4E; }
span { border-color: rgb(16,92,78); }
td.TdClassName
{
border-color: #105C4E;
}
.TagClassName
{
border-color: #105C4E;
}
</style>