Shades of Edward #93AA9A
Tints of Edward #93AA9A
RGB
CMYK
RGB Variations
Color information
#93AA9A (or 0x93AA9A) is known color: Edward. HEX triplet: 93, AA and 9A. RGB value is (147,170,154). Sum of RGB (Red+Green+Blue) = 147+170+154=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA9A is #6C5565. Grayscale: #A1A1A1. Windows color (decimal): -7099750 or 10136211. OLE color: 10136211.
HSL color Cylindrical-coordinate representation of color #93AA9A: hue angle of 138.26º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AA9A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 154 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.33 |
| HSL | 138.26º | 0.12% | 0.62% | - |
| HSV(B) | 138.26º | 0.14% | 0.67% | - |
| XYZ | 32.24 | 37.29 | 36.07 | - |
| YUV | 161.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 154 | 0.14 | 0 | 0.09 | 0.33 | 138.26 | 0.12 | 0.62 |
| Hex | 93 | AA | 9A | E | 0 | 9 | 21 | 8A | C | 3E |
| Octal | 223 | 252 | 232 | 16 | 0 | 11 | 41 | 212 | 14 | 76 |
| Binary | 10010011 | 10101010 | 10011010 | 1110 | 0 | 1001 | 100001 | 10001010 | 1100 | 111110 |
Color Harmonies of #93AA9A
Complementary color
Monochromatic Colors of #93AA9A
Black with #93AA9A
Text Example
Text Example
White with #93AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA9A; }
p { color: rgb(147,170,154); }
H1.HeaderClassName
{
color: #93AA9A;
}
.AnyTagClassName
{
color: #93AA9A;
}
</style>
background-color css
<style>
a { background-color: #93AA9A; }
a { background-color: rgb(147,170,154); }
div.DivClassName
{
background-color: #93AA9A;
}
.BgClassName
{
background-color: #93AA9A;
}
</style>
border-color css
<style>
span { border-color: #93AA9A; }
span { border-color: rgb(147,170,154); }
td.TdClassName
{
border-color: #93AA9A;
}
.TagClassName
{
border-color: #93AA9A;
}
</style>