Shades of Delta #9EA693
Tints of Delta #9EA693
RGB
CMYK
RGB Variations
Color information
#9EA693 (or 0x9EA693) is known color: Delta. HEX triplet: 9E, A6 and 93. RGB value is (158,166,147). Sum of RGB (Red+Green+Blue) = 158+166+147=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA693 is #61596C. Grayscale: #A1A1A1. Windows color (decimal): -6379885 or 9676446. OLE color: 9676446.
HSL color Cylindrical-coordinate representation of color #9EA693: hue angle of 85.26º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EA693 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 166 | 147 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.35 |
| HSL | 85.26º | 0.1% | 0.61% | - |
| HSV(B) | 85.26º | 0.11% | 0.65% | - |
| XYZ | 33 | 36.65 | 32.94 | - |
| YUV | 161.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 147 | 0.05 | 0 | 0.11 | 0.35 | 85.26 | 0.1 | 0.61 |
| Hex | 9E | A6 | 93 | 5 | 0 | B | 23 | 55 | A | 3D |
| Octal | 236 | 246 | 223 | 5 | 0 | 13 | 43 | 125 | 12 | 75 |
| Binary | 10011110 | 10100110 | 10010011 | 101 | 0 | 1011 | 100011 | 1010101 | 1010 | 111101 |
Color Harmonies of #9EA693
Complementary color
Monochromatic Colors of #9EA693
Black with #9EA693
Text Example
Text Example
White with #9EA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA693; }
p { color: rgb(158,166,147); }
H1.HeaderClassName
{
color: #9EA693;
}
.AnyTagClassName
{
color: #9EA693;
}
</style>
background-color css
<style>
a { background-color: #9EA693; }
a { background-color: rgb(158,166,147); }
div.DivClassName
{
background-color: #9EA693;
}
.BgClassName
{
background-color: #9EA693;
}
</style>
border-color css
<style>
span { border-color: #9EA693; }
span { border-color: rgb(158,166,147); }
td.TdClassName
{
border-color: #9EA693;
}
.TagClassName
{
border-color: #9EA693;
}
</style>