Shades of Delta #9EA099
Tints of Delta #9EA099
RGB
CMYK
RGB Variations
Color information
#9EA099 (or 0x9EA099) is known color: Delta. HEX triplet: 9E, A0 and 99. RGB value is (158,160,153). Sum of RGB (Red+Green+Blue) = 158+160+153=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA099 is #615F66. Grayscale: #9E9E9E. Windows color (decimal): -6381415 or 10068126. OLE color: 10068126.
HSL color Cylindrical-coordinate representation of color #9EA099: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9EA099 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 153 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.37 |
| HSL | 77.14º | 0.04% | 0.61% | - |
| HSV(B) | 77.14º | 0.04% | 0.63% | - |
| XYZ | 32.42 | 34.71 | 35.13 | - |
| YUV | 158.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 153 | 0.01 | 0 | 0.04 | 0.37 | 77.14 | 0.04 | 0.61 |
| Hex | 9E | A0 | 99 | 1 | 0 | 4 | 25 | 4D | 4 | 3D |
| Octal | 236 | 240 | 231 | 1 | 0 | 4 | 45 | 115 | 4 | 75 |
| Binary | 10011110 | 10100000 | 10011001 | 1 | 0 | 100 | 100101 | 1001101 | 100 | 111101 |
Color Harmonies of #9EA099
Complementary color
Monochromatic Colors of #9EA099
Black with #9EA099
Text Example
Text Example
White with #9EA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA099; }
p { color: rgb(158,160,153); }
H1.HeaderClassName
{
color: #9EA099;
}
.AnyTagClassName
{
color: #9EA099;
}
</style>
background-color css
<style>
a { background-color: #9EA099; }
a { background-color: rgb(158,160,153); }
div.DivClassName
{
background-color: #9EA099;
}
.BgClassName
{
background-color: #9EA099;
}
</style>
border-color css
<style>
span { border-color: #9EA099; }
span { border-color: rgb(158,160,153); }
td.TdClassName
{
border-color: #9EA099;
}
.TagClassName
{
border-color: #9EA099;
}
</style>