Shades of Edward #9DB09F
Tints of Edward #9DB09F
RGB
CMYK
RGB Variations
Color information
#9DB09F (or 0x9DB09F) is known color: Edward. HEX triplet: 9D, B0 and 9F. RGB value is (157,176,159). Sum of RGB (Red+Green+Blue) = 157+176+159=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB09F is #624F60. Grayscale: #A8A8A8. Windows color (decimal): -6442849 or 10465437. OLE color: 10465437.
HSL color Cylindrical-coordinate representation of color #9DB09F: hue angle of 126.32º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DB09F is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 159 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.31 |
| HSL | 126.32º | 0.11% | 0.65% | - |
| HSV(B) | 126.32º | 0.11% | 0.69% | - |
| XYZ | 35.69 | 40.72 | 38.78 | - |
| YUV | 168.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 159 | 0.11 | 0 | 0.10 | 0.31 | 126.32 | 0.11 | 0.65 |
| Hex | 9D | B0 | 9F | B | 0 | A | 1F | 7E | B | 41 |
| Octal | 235 | 260 | 237 | 13 | 0 | 12 | 37 | 176 | 13 | 101 |
| Binary | 10011101 | 10110000 | 10011111 | 1011 | 0 | 1010 | 11111 | 1111110 | 1011 | 1000001 |
Color Harmonies of #9DB09F
Complementary color
Monochromatic Colors of #9DB09F
Black with #9DB09F
Text Example
Text Example
White with #9DB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB09F; }
p { color: rgb(157,176,159); }
H1.HeaderClassName
{
color: #9DB09F;
}
.AnyTagClassName
{
color: #9DB09F;
}
</style>
background-color css
<style>
a { background-color: #9DB09F; }
a { background-color: rgb(157,176,159); }
div.DivClassName
{
background-color: #9DB09F;
}
.BgClassName
{
background-color: #9DB09F;
}
</style>
border-color css
<style>
span { border-color: #9DB09F; }
span { border-color: rgb(157,176,159); }
td.TdClassName
{
border-color: #9DB09F;
}
.TagClassName
{
border-color: #9DB09F;
}
</style>