Shades of Star Dust #9EA096
Tints of Star Dust #9EA096
RGB
CMYK
RGB Variations
Color information
#9EA096 (or 0x9EA096) is known color: Star Dust. HEX triplet: 9E, A0 and 96. RGB value is (158,160,150). Sum of RGB (Red+Green+Blue) = 158+160+150=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA096 is #615F69. Grayscale: #9E9E9E. Windows color (decimal): -6381418 or 9871518. OLE color: 9871518.
HSL color Cylindrical-coordinate representation of color #9EA096: hue angle of 72º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9EA096 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 150 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.37 |
| HSL | 72º | 0.05% | 0.61% | - |
| HSV(B) | 72º | 0.06% | 0.63% | - |
| XYZ | 32.18 | 34.61 | 33.84 | - |
| YUV | 158.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 150 | 0.01 | 0 | 0.06 | 0.37 | 72 | 0.05 | 0.61 |
| Hex | 9E | A0 | 96 | 1 | 0 | 6 | 25 | 48 | 5 | 3D |
| Octal | 236 | 240 | 226 | 1 | 0 | 6 | 45 | 110 | 5 | 75 |
| Binary | 10011110 | 10100000 | 10010110 | 1 | 0 | 110 | 100101 | 1001000 | 101 | 111101 |
Color Harmonies of #9EA096
Complementary color
Monochromatic Colors of #9EA096
Black with #9EA096
Text Example
Text Example
White with #9EA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA096; }
p { color: rgb(158,160,150); }
H1.HeaderClassName
{
color: #9EA096;
}
.AnyTagClassName
{
color: #9EA096;
}
</style>
background-color css
<style>
a { background-color: #9EA096; }
a { background-color: rgb(158,160,150); }
div.DivClassName
{
background-color: #9EA096;
}
.BgClassName
{
background-color: #9EA096;
}
</style>
border-color css
<style>
span { border-color: #9EA096; }
span { border-color: rgb(158,160,150); }
td.TdClassName
{
border-color: #9EA096;
}
.TagClassName
{
border-color: #9EA096;
}
</style>