Shades of Scandal #9EE1D0
Tints of Scandal #9EE1D0
RGB
CMYK
RGB Variations
Color information
#9EE1D0 (or 0x9EE1D0) is known color: Scandal. HEX triplet: 9E, E1 and D0. RGB value is (158,225,208). Sum of RGB (Red+Green+Blue) = 158+225+208=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1D0 is #611E2F. Grayscale: #CBCBCB. Windows color (decimal): -6364720 or 13689246. OLE color: 13689246.
HSL color Cylindrical-coordinate representation of color #9EE1D0: hue angle of 164.78º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1D0 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 208 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.12 |
| HSL | 164.78º | 0.53% | 0.75% | - |
| HSV(B) | 164.78º | 0.3% | 0.88% | - |
| XYZ | 52.41 | 65.67 | 69.59 | - |
| YUV | 203.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 208 | 0.30 | 0 | 0.08 | 0.12 | 164.78 | 0.53 | 0.75 |
| Hex | 9E | E1 | D0 | 1E | 0 | 8 | C | A5 | 35 | 4B |
| Octal | 236 | 341 | 320 | 36 | 0 | 10 | 14 | 245 | 65 | 113 |
| Binary | 10011110 | 11100001 | 11010000 | 11110 | 0 | 1000 | 1100 | 10100101 | 110101 | 1001011 |
Color Harmonies of #9EE1D0
Complementary color
Monochromatic Colors of #9EE1D0
Black with #9EE1D0
Text Example
Text Example
White with #9EE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1D0; }
p { color: rgb(158,225,208); }
H1.HeaderClassName
{
color: #9EE1D0;
}
.AnyTagClassName
{
color: #9EE1D0;
}
</style>
background-color css
<style>
a { background-color: #9EE1D0; }
a { background-color: rgb(158,225,208); }
div.DivClassName
{
background-color: #9EE1D0;
}
.BgClassName
{
background-color: #9EE1D0;
}
</style>
border-color css
<style>
span { border-color: #9EE1D0; }
span { border-color: rgb(158,225,208); }
td.TdClassName
{
border-color: #9EE1D0;
}
.TagClassName
{
border-color: #9EE1D0;
}
</style>