Shades of Delta #9EA696
Tints of Delta #9EA696
RGB
CMYK
RGB Variations
Color information
#9EA696 (or 0x9EA696) is known color: Delta. HEX triplet: 9E, A6 and 96. RGB value is (158,166,150). Sum of RGB (Red+Green+Blue) = 158+166+150=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA696 is #615969. Grayscale: #A1A1A1. Windows color (decimal): -6379882 or 9873054. OLE color: 9873054.
HSL color Cylindrical-coordinate representation of color #9EA696: hue angle of 90º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA696 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 166 | 150 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.35 |
| HSL | 90º | 0.08% | 0.62% | - |
| HSV(B) | 90º | 0.1% | 0.65% | - |
| XYZ | 33.24 | 36.74 | 34.19 | - |
| YUV | 161.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 150 | 0.05 | 0 | 0.10 | 0.35 | 90 | 0.08 | 0.62 |
| Hex | 9E | A6 | 96 | 5 | 0 | A | 23 | 5A | 8 | 3E |
| Octal | 236 | 246 | 226 | 5 | 0 | 12 | 43 | 132 | 10 | 76 |
| Binary | 10011110 | 10100110 | 10010110 | 101 | 0 | 1010 | 100011 | 1011010 | 1000 | 111110 |
Color Harmonies of #9EA696
Complementary color
Monochromatic Colors of #9EA696
Black with #9EA696
Text Example
Text Example
White with #9EA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA696; }
p { color: rgb(158,166,150); }
H1.HeaderClassName
{
color: #9EA696;
}
.AnyTagClassName
{
color: #9EA696;
}
</style>
background-color css
<style>
a { background-color: #9EA696; }
a { background-color: rgb(158,166,150); }
div.DivClassName
{
background-color: #9EA696;
}
.BgClassName
{
background-color: #9EA696;
}
</style>
border-color css
<style>
span { border-color: #9EA696; }
span { border-color: rgb(158,166,150); }
td.TdClassName
{
border-color: #9EA696;
}
.TagClassName
{
border-color: #9EA696;
}
</style>