Shades of Delta #9EA09B
Tints of Delta #9EA09B
RGB
CMYK
RGB Variations
Color information
#9EA09B (or 0x9EA09B) is known color: Delta. HEX triplet: 9E, A0 and 9B. RGB value is (158,160,155). Sum of RGB (Red+Green+Blue) = 158+160+155=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA09B is #615F64. Grayscale: #9E9E9E. Windows color (decimal): -6381413 or 10199198. OLE color: 10199198.
HSL color Cylindrical-coordinate representation of color #9EA09B: hue angle of 84º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9EA09B is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
RGB | 158 | 160 | 155 | - |
CMYK | 0.01 | 0 | 0.03 | 0.37 |
HSL | 84º | 0.03% | 0.62% | - |
HSV(B) | 84º | 0.03% | 0.63% | - |
XYZ | 32.59 | 34.78 | 36.01 | - |
YUV | 158.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 160 | 155 | 0.01 | 0 | 0.03 | 0.37 | 84 | 0.03 | 0.62 |
Hex | 9E | A0 | 9B | 1 | 0 | 3 | 25 | 54 | 3 | 3E |
Octal | 236 | 240 | 233 | 1 | 0 | 3 | 45 | 124 | 3 | 76 |
Binary | 10011110 | 10100000 | 10011011 | 1 | 0 | 11 | 100101 | 1010100 | 11 | 111110 |
Color Harmonies of #9EA09B
Complementary color
Monochromatic Colors of #9EA09B
Black with #9EA09B
Text Example
Text Example
White with #9EA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA09B; }
p { color: rgb(158,160,155); }
H1.HeaderClassName
{
color: #9EA09B;
}
.AnyTagClassName
{
color: #9EA09B;
}
</style>
background-color css
<style>
a { background-color: #9EA09B; }
a { background-color: rgb(158,160,155); }
div.DivClassName
{
background-color: #9EA09B;
}
.BgClassName
{
background-color: #9EA09B;
}
</style>
border-color css
<style>
span { border-color: #9EA09B; }
span { border-color: rgb(158,160,155); }
td.TdClassName
{
border-color: #9EA09B;
}
.TagClassName
{
border-color: #9EA09B;
}
</style>