Shades of Delta #9EA09C
Tints of Delta #9EA09C
RGB
CMYK
RGB Variations
Color information
#9EA09C (or 0x9EA09C) is known color: Delta. HEX triplet: 9E, A0 and 9C. RGB value is (158,160,156). Sum of RGB (Red+Green+Blue) = 158+160+156=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA09C is #615F63. Grayscale: #9E9E9E. Windows color (decimal): -6381412 or 10264734. OLE color: 10264734.
HSL color Cylindrical-coordinate representation of color #9EA09C: hue angle of 90º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9EA09C is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 156 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.37 |
| HSL | 90º | 0.02% | 0.62% | - |
| HSV(B) | 90º | 0.02% | 0.63% | - |
| XYZ | 32.67 | 34.81 | 36.45 | - |
| YUV | 158.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 156 | 0.01 | 0 | 0.02 | 0.37 | 90 | 0.02 | 0.62 |
| Hex | 9E | A0 | 9C | 1 | 0 | 2 | 25 | 5A | 2 | 3E |
| Octal | 236 | 240 | 234 | 1 | 0 | 2 | 45 | 132 | 2 | 76 |
| Binary | 10011110 | 10100000 | 10011100 | 1 | 0 | 10 | 100101 | 1011010 | 10 | 111110 |
Color Harmonies of #9EA09C
Complementary color
Monochromatic Colors of #9EA09C
Black with #9EA09C
Text Example
Text Example
White with #9EA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA09C; }
p { color: rgb(158,160,156); }
H1.HeaderClassName
{
color: #9EA09C;
}
.AnyTagClassName
{
color: #9EA09C;
}
</style>
background-color css
<style>
a { background-color: #9EA09C; }
a { background-color: rgb(158,160,156); }
div.DivClassName
{
background-color: #9EA09C;
}
.BgClassName
{
background-color: #9EA09C;
}
</style>
border-color css
<style>
span { border-color: #9EA09C; }
span { border-color: rgb(158,160,156); }
td.TdClassName
{
border-color: #9EA09C;
}
.TagClassName
{
border-color: #9EA09C;
}
</style>