Shades of Edward #9CAE9F
Tints of Edward #9CAE9F
RGB
CMYK
RGB Variations
Color information
#9CAE9F (or 0x9CAE9F) is known color: Edward. HEX triplet: 9C, AE and 9F. RGB value is (156,174,159). Sum of RGB (Red+Green+Blue) = 156+174+159=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAE9F is #635160. Grayscale: #A6A6A6. Windows color (decimal): -6508897 or 10464924. OLE color: 10464924.
HSL color Cylindrical-coordinate representation of color #9CAE9F: hue angle of 130º degrees, saturation: 0.1, 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 #9CAE9F is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 159 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.32 |
| HSL | 130º | 0.1% | 0.65% | - |
| HSV(B) | 130º | 0.1% | 0.68% | - |
| XYZ | 35.1 | 39.84 | 38.64 | - |
| YUV | 166.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 159 | 0.10 | 0 | 0.09 | 0.32 | 130 | 0.1 | 0.65 |
| Hex | 9C | AE | 9F | A | 0 | 9 | 20 | 82 | A | 41 |
| Octal | 234 | 256 | 237 | 12 | 0 | 11 | 40 | 202 | 12 | 101 |
| Binary | 10011100 | 10101110 | 10011111 | 1010 | 0 | 1001 | 100000 | 10000010 | 1010 | 1000001 |
Color Harmonies of #9CAE9F
Complementary color
Monochromatic Colors of #9CAE9F
Black with #9CAE9F
Text Example
Text Example
White with #9CAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE9F; }
p { color: rgb(156,174,159); }
H1.HeaderClassName
{
color: #9CAE9F;
}
.AnyTagClassName
{
color: #9CAE9F;
}
</style>
background-color css
<style>
a { background-color: #9CAE9F; }
a { background-color: rgb(156,174,159); }
div.DivClassName
{
background-color: #9CAE9F;
}
.BgClassName
{
background-color: #9CAE9F;
}
</style>
border-color css
<style>
span { border-color: #9CAE9F; }
span { border-color: rgb(156,174,159); }
td.TdClassName
{
border-color: #9CAE9F;
}
.TagClassName
{
border-color: #9CAE9F;
}
</style>