Shades of Edward #9CB09E
Tints of Edward #9CB09E
RGB
CMYK
RGB Variations
Color information
#9CB09E (or 0x9CB09E) is known color: Edward. HEX triplet: 9C, B0 and 9E. RGB value is (156,176,158). Sum of RGB (Red+Green+Blue) = 156+176+158=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB09E is #634F61. Grayscale: #A8A8A8. Windows color (decimal): -6508386 or 10399900. OLE color: 10399900.
HSL color Cylindrical-coordinate representation of color #9CB09E: hue angle of 126º 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 #9CB09E is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 158 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.31 |
| HSL | 126º | 0.11% | 0.65% | - |
| HSV(B) | 126º | 0.11% | 0.69% | - |
| XYZ | 35.41 | 40.59 | 38.32 | - |
| YUV | 167.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 158 | 0.11 | 0 | 0.10 | 0.31 | 126 | 0.11 | 0.65 |
| Hex | 9C | B0 | 9E | B | 0 | A | 1F | 7E | B | 41 |
| Octal | 234 | 260 | 236 | 13 | 0 | 12 | 37 | 176 | 13 | 101 |
| Binary | 10011100 | 10110000 | 10011110 | 1011 | 0 | 1010 | 11111 | 1111110 | 1011 | 1000001 |
Color Harmonies of #9CB09E
Complementary color
Monochromatic Colors of #9CB09E
Black with #9CB09E
Text Example
Text Example
White with #9CB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB09E; }
p { color: rgb(156,176,158); }
H1.HeaderClassName
{
color: #9CB09E;
}
.AnyTagClassName
{
color: #9CB09E;
}
</style>
background-color css
<style>
a { background-color: #9CB09E; }
a { background-color: rgb(156,176,158); }
div.DivClassName
{
background-color: #9CB09E;
}
.BgClassName
{
background-color: #9CB09E;
}
</style>
border-color css
<style>
span { border-color: #9CB09E; }
span { border-color: rgb(156,176,158); }
td.TdClassName
{
border-color: #9CB09E;
}
.TagClassName
{
border-color: #9CB09E;
}
</style>