Shades of Edward #95AB99
Tints of Edward #95AB99
RGB
CMYK
RGB Variations
Color information
#95AB99 (or 0x95AB99) is known color: Edward. HEX triplet: 95, AB and 99. RGB value is (149,171,153). Sum of RGB (Red+Green+Blue) = 149+171+153=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AB99 is #6A5466. Grayscale: #A2A2A2. Windows color (decimal): -6968423 or 10070933. OLE color: 10070933.
HSL color Cylindrical-coordinate representation of color #95AB99: hue angle of 130.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95AB99 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 171 | 153 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.33 |
| HSL | 130.91º | 0.12% | 0.63% | - |
| HSV(B) | 130.91º | 0.13% | 0.67% | - |
| XYZ | 32.71 | 37.82 | 35.71 | - |
| YUV | 162.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 171 | 153 | 0.13 | 0 | 0.11 | 0.33 | 130.91 | 0.12 | 0.63 |
| Hex | 95 | AB | 99 | D | 0 | B | 21 | 83 | C | 3F |
| Octal | 225 | 253 | 231 | 15 | 0 | 13 | 41 | 203 | 14 | 77 |
| Binary | 10010101 | 10101011 | 10011001 | 1101 | 0 | 1011 | 100001 | 10000011 | 1100 | 111111 |
Color Harmonies of #95AB99
Complementary color
Monochromatic Colors of #95AB99
Black with #95AB99
Text Example
Text Example
White with #95AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AB99; }
p { color: rgb(149,171,153); }
H1.HeaderClassName
{
color: #95AB99;
}
.AnyTagClassName
{
color: #95AB99;
}
</style>
background-color css
<style>
a { background-color: #95AB99; }
a { background-color: rgb(149,171,153); }
div.DivClassName
{
background-color: #95AB99;
}
.BgClassName
{
background-color: #95AB99;
}
</style>
border-color css
<style>
span { border-color: #95AB99; }
span { border-color: rgb(149,171,153); }
td.TdClassName
{
border-color: #95AB99;
}
.TagClassName
{
border-color: #95AB99;
}
</style>