Shades of Edward #8CA194
Tints of Edward #8CA194
RGB
CMYK
RGB Variations
Color information
#8CA194 (or 0x8CA194) is known color: Edward. HEX triplet: 8C, A1 and 94. RGB value is (140,161,148). Sum of RGB (Red+Green+Blue) = 140+161+148=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA194 is #735E6B. Grayscale: #999999. Windows color (decimal): -7560812 or 9740684. OLE color: 9740684.
HSL color Cylindrical-coordinate representation of color #8CA194: hue angle of 142.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8CA194 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 148 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.37 |
| HSL | 142.86º | 0.1% | 0.59% | - |
| HSV(B) | 142.86º | 0.13% | 0.63% | - |
| XYZ | 28.91 | 33.2 | 32.9 | - |
| YUV | 153.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 148 | 0.13 | 0 | 0.08 | 0.37 | 142.86 | 0.1 | 0.59 |
| Hex | 8C | A1 | 94 | D | 0 | 8 | 25 | 8F | A | 3B |
| Octal | 214 | 241 | 224 | 15 | 0 | 10 | 45 | 217 | 12 | 73 |
| Binary | 10001100 | 10100001 | 10010100 | 1101 | 0 | 1000 | 100101 | 10001111 | 1010 | 111011 |
Color Harmonies of #8CA194
Complementary color
Monochromatic Colors of #8CA194
Black with #8CA194
Text Example
Text Example
White with #8CA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA194; }
p { color: rgb(140,161,148); }
H1.HeaderClassName
{
color: #8CA194;
}
.AnyTagClassName
{
color: #8CA194;
}
</style>
background-color css
<style>
a { background-color: #8CA194; }
a { background-color: rgb(140,161,148); }
div.DivClassName
{
background-color: #8CA194;
}
.BgClassName
{
background-color: #8CA194;
}
</style>
border-color css
<style>
span { border-color: #8CA194; }
span { border-color: rgb(140,161,148); }
td.TdClassName
{
border-color: #8CA194;
}
.TagClassName
{
border-color: #8CA194;
}
</style>