Shades of Edward #9CAD9F
Tints of Edward #9CAD9F
RGB
CMYK
RGB Variations
Color information
#9CAD9F (or 0x9CAD9F) is known color: Edward. HEX triplet: 9C, AD and 9F. RGB value is (156,173,159). Sum of RGB (Red+Green+Blue) = 156+173+159=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD9F is #635260. Grayscale: #A6A6A6. Windows color (decimal): -6509153 or 10464668. OLE color: 10464668.
HSL color Cylindrical-coordinate representation of color #9CAD9F: hue angle of 130.59º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CAD9F is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 159 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.32 |
| HSL | 130.59º | 0.09% | 0.65% | - |
| HSV(B) | 130.59º | 0.1% | 0.68% | - |
| XYZ | 34.91 | 39.46 | 38.58 | - |
| YUV | 166.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 159 | 0.10 | 0 | 0.08 | 0.32 | 130.59 | 0.09 | 0.65 |
| Hex | 9C | AD | 9F | A | 0 | 8 | 20 | 83 | 9 | 41 |
| Octal | 234 | 255 | 237 | 12 | 0 | 10 | 40 | 203 | 11 | 101 |
| Binary | 10011100 | 10101101 | 10011111 | 1010 | 0 | 1000 | 100000 | 10000011 | 1001 | 1000001 |
Color Harmonies of #9CAD9F
Complementary color
Monochromatic Colors of #9CAD9F
Black with #9CAD9F
Text Example
Text Example
White with #9CAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAD9F; }
p { color: rgb(156,173,159); }
H1.HeaderClassName
{
color: #9CAD9F;
}
.AnyTagClassName
{
color: #9CAD9F;
}
</style>
background-color css
<style>
a { background-color: #9CAD9F; }
a { background-color: rgb(156,173,159); }
div.DivClassName
{
background-color: #9CAD9F;
}
.BgClassName
{
background-color: #9CAD9F;
}
</style>
border-color css
<style>
span { border-color: #9CAD9F; }
span { border-color: rgb(156,173,159); }
td.TdClassName
{
border-color: #9CAD9F;
}
.TagClassName
{
border-color: #9CAD9F;
}
</style>