Shades of Edward #90AD97
Tints of Edward #90AD97
RGB
CMYK
RGB Variations
Color information
#90AD97 (or 0x90AD97) is known color: Edward. HEX triplet: 90, AD and 97. RGB value is (144,173,151). Sum of RGB (Red+Green+Blue) = 144+173+151=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AD97 is #6F5268. Grayscale: #A1A1A1. Windows color (decimal): -7295593 or 9940368. OLE color: 9940368.
HSL color Cylindrical-coordinate representation of color #90AD97: hue angle of 134.48º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AD97 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 151 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.32 |
| HSL | 134.48º | 0.15% | 0.62% | - |
| HSV(B) | 134.48º | 0.17% | 0.68% | - |
| XYZ | 32.03 | 38.05 | 34.93 | - |
| YUV | 161.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 151 | 0.17 | 0 | 0.13 | 0.32 | 134.48 | 0.15 | 0.62 |
| Hex | 90 | AD | 97 | 11 | 0 | D | 20 | 86 | F | 3E |
| Octal | 220 | 255 | 227 | 21 | 0 | 15 | 40 | 206 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10010111 | 10001 | 0 | 1101 | 100000 | 10000110 | 1111 | 111110 |
Color Harmonies of #90AD97
Complementary color
Monochromatic Colors of #90AD97
Black with #90AD97
Text Example
Text Example
White with #90AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD97; }
p { color: rgb(144,173,151); }
H1.HeaderClassName
{
color: #90AD97;
}
.AnyTagClassName
{
color: #90AD97;
}
</style>
background-color css
<style>
a { background-color: #90AD97; }
a { background-color: rgb(144,173,151); }
div.DivClassName
{
background-color: #90AD97;
}
.BgClassName
{
background-color: #90AD97;
}
</style>
border-color css
<style>
span { border-color: #90AD97; }
span { border-color: rgb(144,173,151); }
td.TdClassName
{
border-color: #90AD97;
}
.TagClassName
{
border-color: #90AD97;
}
</style>