Shades of Delta #9EA697
Tints of Delta #9EA697
RGB
CMYK
RGB Variations
Color information
#9EA697 (or 0x9EA697) is known color: Delta. HEX triplet: 9E, A6 and 97. RGB value is (158,166,151). Sum of RGB (Red+Green+Blue) = 158+166+151=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA697 is #615968. Grayscale: #A1A1A1. Windows color (decimal): -6379881 or 9938590. OLE color: 9938590.
HSL color Cylindrical-coordinate representation of color #9EA697: hue angle of 92º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EA697 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 166 | 151 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.35 |
| HSL | 92º | 0.08% | 0.62% | - |
| HSV(B) | 92º | 0.09% | 0.65% | - |
| XYZ | 33.32 | 36.78 | 34.62 | - |
| YUV | 161.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 151 | 0.05 | 0 | 0.09 | 0.35 | 92 | 0.08 | 0.62 |
| Hex | 9E | A6 | 97 | 5 | 0 | 9 | 23 | 5C | 8 | 3E |
| Octal | 236 | 246 | 227 | 5 | 0 | 11 | 43 | 134 | 10 | 76 |
| Binary | 10011110 | 10100110 | 10010111 | 101 | 0 | 1001 | 100011 | 1011100 | 1000 | 111110 |
Color Harmonies of #9EA697
Complementary color
Monochromatic Colors of #9EA697
Black with #9EA697
Text Example
Text Example
White with #9EA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA697; }
p { color: rgb(158,166,151); }
H1.HeaderClassName
{
color: #9EA697;
}
.AnyTagClassName
{
color: #9EA697;
}
</style>
background-color css
<style>
a { background-color: #9EA697; }
a { background-color: rgb(158,166,151); }
div.DivClassName
{
background-color: #9EA697;
}
.BgClassName
{
background-color: #9EA697;
}
</style>
border-color css
<style>
span { border-color: #9EA697; }
span { border-color: rgb(158,166,151); }
td.TdClassName
{
border-color: #9EA697;
}
.TagClassName
{
border-color: #9EA697;
}
</style>