Shades of Edward #97AD9A
Tints of Edward #97AD9A
RGB
CMYK
RGB Variations
Color information
#97AD9A (or 0x97AD9A) is known color: Edward. HEX triplet: 97, AD and 9A. RGB value is (151,173,154). Sum of RGB (Red+Green+Blue) = 151+173+154=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AD9A is #685265. Grayscale: #A4A4A4. Windows color (decimal): -6836838 or 10136983. OLE color: 10136983.
HSL color Cylindrical-coordinate representation of color #97AD9A: hue angle of 128.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97AD9A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 173 | 154 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.32 |
| HSL | 128.18º | 0.12% | 0.64% | - |
| HSV(B) | 128.18º | 0.13% | 0.68% | - |
| XYZ | 33.54 | 38.8 | 36.29 | - |
| YUV | 164.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 154 | 0.13 | 0 | 0.11 | 0.32 | 128.18 | 0.12 | 0.64 |
| Hex | 97 | AD | 9A | D | 0 | B | 20 | 80 | C | 40 |
| Octal | 227 | 255 | 232 | 15 | 0 | 13 | 40 | 200 | 14 | 100 |
| Binary | 10010111 | 10101101 | 10011010 | 1101 | 0 | 1011 | 100000 | 10000000 | 1100 | 1000000 |
Color Harmonies of #97AD9A
Complementary color
Monochromatic Colors of #97AD9A
Black with #97AD9A
Text Example
Text Example
White with #97AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AD9A; }
p { color: rgb(151,173,154); }
H1.HeaderClassName
{
color: #97AD9A;
}
.AnyTagClassName
{
color: #97AD9A;
}
</style>
background-color css
<style>
a { background-color: #97AD9A; }
a { background-color: rgb(151,173,154); }
div.DivClassName
{
background-color: #97AD9A;
}
.BgClassName
{
background-color: #97AD9A;
}
</style>
border-color css
<style>
span { border-color: #97AD9A; }
span { border-color: rgb(151,173,154); }
td.TdClassName
{
border-color: #97AD9A;
}
.TagClassName
{
border-color: #97AD9A;
}
</style>