Shades of Edward #95AA9A
Tints of Edward #95AA9A
RGB
CMYK
RGB Variations
Color information
#95AA9A (or 0x95AA9A) is known color: Edward. HEX triplet: 95, AA and 9A. RGB value is (149,170,154). Sum of RGB (Red+Green+Blue) = 149+170+154=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA9A is #6A5565. Grayscale: #A1A1A1. Windows color (decimal): -6968678 or 10136213. OLE color: 10136213.
HSL color Cylindrical-coordinate representation of color #95AA9A: hue angle of 134.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95AA9A is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 154 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.33 |
| HSL | 134.29º | 0.11% | 0.63% | - |
| HSV(B) | 134.29º | 0.12% | 0.67% | - |
| XYZ | 32.6 | 37.47 | 36.09 | - |
| YUV | 161.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 154 | 0.12 | 0 | 0.09 | 0.33 | 134.29 | 0.11 | 0.63 |
| Hex | 95 | AA | 9A | C | 0 | 9 | 21 | 86 | B | 3F |
| Octal | 225 | 252 | 232 | 14 | 0 | 11 | 41 | 206 | 13 | 77 |
| Binary | 10010101 | 10101010 | 10011010 | 1100 | 0 | 1001 | 100001 | 10000110 | 1011 | 111111 |
Color Harmonies of #95AA9A
Complementary color
Monochromatic Colors of #95AA9A
Black with #95AA9A
Text Example
Text Example
White with #95AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA9A; }
p { color: rgb(149,170,154); }
H1.HeaderClassName
{
color: #95AA9A;
}
.AnyTagClassName
{
color: #95AA9A;
}
</style>
background-color css
<style>
a { background-color: #95AA9A; }
a { background-color: rgb(149,170,154); }
div.DivClassName
{
background-color: #95AA9A;
}
.BgClassName
{
background-color: #95AA9A;
}
</style>
border-color css
<style>
span { border-color: #95AA9A; }
span { border-color: rgb(149,170,154); }
td.TdClassName
{
border-color: #95AA9A;
}
.TagClassName
{
border-color: #95AA9A;
}
</style>