Shades of Edward #96AF9A
Tints of Edward #96AF9A
RGB
CMYK
RGB Variations
Color information
#96AF9A (or 0x96AF9A) is known color: Edward. HEX triplet: 96, AF and 9A. RGB value is (150,175,154). Sum of RGB (Red+Green+Blue) = 150+175+154=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF9A is #695065. Grayscale: #A5A5A5. Windows color (decimal): -6901862 or 10137494. OLE color: 10137494.
HSL color Cylindrical-coordinate representation of color #96AF9A: hue angle of 129.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AF9A is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 154 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.31 |
| HSL | 129.6º | 0.14% | 0.64% | - |
| HSV(B) | 129.6º | 0.14% | 0.69% | - |
| XYZ | 33.74 | 39.48 | 36.41 | - |
| YUV | 165.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 154 | 0.14 | 0 | 0.12 | 0.31 | 129.6 | 0.14 | 0.64 |
| Hex | 96 | AF | 9A | E | 0 | C | 1F | 82 | E | 40 |
| Octal | 226 | 257 | 232 | 16 | 0 | 14 | 37 | 202 | 16 | 100 |
| Binary | 10010110 | 10101111 | 10011010 | 1110 | 0 | 1100 | 11111 | 10000010 | 1110 | 1000000 |
Color Harmonies of #96AF9A
Complementary color
Monochromatic Colors of #96AF9A
Black with #96AF9A
Text Example
Text Example
White with #96AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF9A; }
p { color: rgb(150,175,154); }
H1.HeaderClassName
{
color: #96AF9A;
}
.AnyTagClassName
{
color: #96AF9A;
}
</style>
background-color css
<style>
a { background-color: #96AF9A; }
a { background-color: rgb(150,175,154); }
div.DivClassName
{
background-color: #96AF9A;
}
.BgClassName
{
background-color: #96AF9A;
}
</style>
border-color css
<style>
span { border-color: #96AF9A; }
span { border-color: rgb(150,175,154); }
td.TdClassName
{
border-color: #96AF9A;
}
.TagClassName
{
border-color: #96AF9A;
}
</style>