Shades of Edward #93AC9A
Tints of Edward #93AC9A
RGB
CMYK
RGB Variations
Color information
#93AC9A (or 0x93AC9A) is known color: Edward. HEX triplet: 93, AC and 9A. RGB value is (147,172,154). Sum of RGB (Red+Green+Blue) = 147+172+154=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AC9A is #6C5365. Grayscale: #A2A2A2. Windows color (decimal): -7099238 or 10136723. OLE color: 10136723.
HSL color Cylindrical-coordinate representation of color #93AC9A: hue angle of 136.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93AC9A is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 154 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.33 |
| HSL | 136.8º | 0.13% | 0.63% | - |
| HSV(B) | 136.8º | 0.15% | 0.67% | - |
| XYZ | 32.62 | 38.04 | 36.2 | - |
| YUV | 162.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 154 | 0.15 | 0 | 0.10 | 0.33 | 136.8 | 0.13 | 0.63 |
| Hex | 93 | AC | 9A | F | 0 | A | 21 | 89 | D | 3F |
| Octal | 223 | 254 | 232 | 17 | 0 | 12 | 41 | 211 | 15 | 77 |
| Binary | 10010011 | 10101100 | 10011010 | 1111 | 0 | 1010 | 100001 | 10001001 | 1101 | 111111 |
Color Harmonies of #93AC9A
Complementary color
Monochromatic Colors of #93AC9A
Black with #93AC9A
Text Example
Text Example
White with #93AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC9A; }
p { color: rgb(147,172,154); }
H1.HeaderClassName
{
color: #93AC9A;
}
.AnyTagClassName
{
color: #93AC9A;
}
</style>
background-color css
<style>
a { background-color: #93AC9A; }
a { background-color: rgb(147,172,154); }
div.DivClassName
{
background-color: #93AC9A;
}
.BgClassName
{
background-color: #93AC9A;
}
</style>
border-color css
<style>
span { border-color: #93AC9A; }
span { border-color: rgb(147,172,154); }
td.TdClassName
{
border-color: #93AC9A;
}
.TagClassName
{
border-color: #93AC9A;
}
</style>