Shades of Edward #93AD9A
Tints of Edward #93AD9A
RGB
CMYK
RGB Variations
Color information
#93AD9A (or 0x93AD9A) is known color: Edward. HEX triplet: 93, AD and 9A. RGB value is (147,173,154). Sum of RGB (Red+Green+Blue) = 147+173+154=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AD9A is #6C5265. Grayscale: #A3A3A3. Windows color (decimal): -7098982 or 10136979. OLE color: 10136979.
HSL color Cylindrical-coordinate representation of color #93AD9A: hue angle of 136.15º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93AD9A is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 154 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.32 |
| HSL | 136.15º | 0.14% | 0.63% | - |
| HSV(B) | 136.15º | 0.15% | 0.68% | - |
| XYZ | 32.81 | 38.42 | 36.26 | - |
| YUV | 163.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 154 | 0.15 | 0 | 0.11 | 0.32 | 136.15 | 0.14 | 0.63 |
| Hex | 93 | AD | 9A | F | 0 | B | 20 | 88 | E | 3F |
| Octal | 223 | 255 | 232 | 17 | 0 | 13 | 40 | 210 | 16 | 77 |
| Binary | 10010011 | 10101101 | 10011010 | 1111 | 0 | 1011 | 100000 | 10001000 | 1110 | 111111 |
Color Harmonies of #93AD9A
Complementary color
Monochromatic Colors of #93AD9A
Black with #93AD9A
Text Example
Text Example
White with #93AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AD9A; }
p { color: rgb(147,173,154); }
H1.HeaderClassName
{
color: #93AD9A;
}
.AnyTagClassName
{
color: #93AD9A;
}
</style>
background-color css
<style>
a { background-color: #93AD9A; }
a { background-color: rgb(147,173,154); }
div.DivClassName
{
background-color: #93AD9A;
}
.BgClassName
{
background-color: #93AD9A;
}
</style>
border-color css
<style>
span { border-color: #93AD9A; }
span { border-color: rgb(147,173,154); }
td.TdClassName
{
border-color: #93AD9A;
}
.TagClassName
{
border-color: #93AD9A;
}
</style>