Shades of Edward #95AB9A
Tints of Edward #95AB9A
RGB
CMYK
RGB Variations
Color information
#95AB9A (or 0x95AB9A) is known color: Edward. HEX triplet: 95, AB and 9A. RGB value is (149,171,154). Sum of RGB (Red+Green+Blue) = 149+171+154=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AB9A is #6A5465. Grayscale: #A2A2A2. Windows color (decimal): -6968422 or 10136469. OLE color: 10136469.
HSL color Cylindrical-coordinate representation of color #95AB9A: hue angle of 133.64º 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 #95AB9A is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 171 | 154 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.33 |
| HSL | 133.64º | 0.12% | 0.63% | - |
| HSV(B) | 133.64º | 0.13% | 0.67% | - |
| XYZ | 32.79 | 37.85 | 36.15 | - |
| YUV | 162.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 171 | 154 | 0.13 | 0 | 0.10 | 0.33 | 133.64 | 0.12 | 0.63 |
| Hex | 95 | AB | 9A | D | 0 | A | 21 | 86 | C | 3F |
| Octal | 225 | 253 | 232 | 15 | 0 | 12 | 41 | 206 | 14 | 77 |
| Binary | 10010101 | 10101011 | 10011010 | 1101 | 0 | 1010 | 100001 | 10000110 | 1100 | 111111 |
Color Harmonies of #95AB9A
Complementary color
Monochromatic Colors of #95AB9A
Black with #95AB9A
Text Example
Text Example
White with #95AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AB9A; }
p { color: rgb(149,171,154); }
H1.HeaderClassName
{
color: #95AB9A;
}
.AnyTagClassName
{
color: #95AB9A;
}
</style>
background-color css
<style>
a { background-color: #95AB9A; }
a { background-color: rgb(149,171,154); }
div.DivClassName
{
background-color: #95AB9A;
}
.BgClassName
{
background-color: #95AB9A;
}
</style>
border-color css
<style>
span { border-color: #95AB9A; }
span { border-color: rgb(149,171,154); }
td.TdClassName
{
border-color: #95AB9A;
}
.TagClassName
{
border-color: #95AB9A;
}
</style>