Shades of Edward #93AE9A
Tints of Edward #93AE9A
RGB
CMYK
RGB Variations
Color information
#93AE9A (or 0x93AE9A) is known color: Edward. HEX triplet: 93, AE and 9A. RGB value is (147,174,154). Sum of RGB (Red+Green+Blue) = 147+174+154=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AE9A is #6C5165. Grayscale: #A3A3A3. Windows color (decimal): -7098726 or 10137235. OLE color: 10137235.
HSL color Cylindrical-coordinate representation of color #93AE9A: hue angle of 135.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AE9A is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 154 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.32 |
| HSL | 135.56º | 0.14% | 0.63% | - |
| HSV(B) | 135.56º | 0.16% | 0.68% | - |
| XYZ | 33 | 38.81 | 36.32 | - |
| YUV | 163.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 154 | 0.16 | 0 | 0.11 | 0.32 | 135.56 | 0.14 | 0.63 |
| Hex | 93 | AE | 9A | 10 | 0 | B | 20 | 88 | E | 3F |
| Octal | 223 | 256 | 232 | 20 | 0 | 13 | 40 | 210 | 16 | 77 |
| Binary | 10010011 | 10101110 | 10011010 | 10000 | 0 | 1011 | 100000 | 10001000 | 1110 | 111111 |
Color Harmonies of #93AE9A
Complementary color
Monochromatic Colors of #93AE9A
Black with #93AE9A
Text Example
Text Example
White with #93AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AE9A; }
p { color: rgb(147,174,154); }
H1.HeaderClassName
{
color: #93AE9A;
}
.AnyTagClassName
{
color: #93AE9A;
}
</style>
background-color css
<style>
a { background-color: #93AE9A; }
a { background-color: rgb(147,174,154); }
div.DivClassName
{
background-color: #93AE9A;
}
.BgClassName
{
background-color: #93AE9A;
}
</style>
border-color css
<style>
span { border-color: #93AE9A; }
span { border-color: rgb(147,174,154); }
td.TdClassName
{
border-color: #93AE9A;
}
.TagClassName
{
border-color: #93AE9A;
}
</style>