Shades of Scandal #9FE0D0
Tints of Scandal #9FE0D0
RGB
CMYK
RGB Variations
Color information
#9FE0D0 (or 0x9FE0D0) is known color: Scandal. HEX triplet: 9F, E0 and D0. RGB value is (159,224,208). Sum of RGB (Red+Green+Blue) = 159+224+208=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0D0 is #601F2F. Grayscale: #CACACA. Windows color (decimal): -6299440 or 13688991. OLE color: 13688991.
HSL color Cylindrical-coordinate representation of color #9FE0D0: hue angle of 165.23º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0D0 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 208 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.12 |
| HSL | 165.23º | 0.51% | 0.75% | - |
| HSV(B) | 165.23º | 0.29% | 0.88% | - |
| XYZ | 52.34 | 65.24 | 69.51 | - |
| YUV | 202.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 208 | 0.29 | 0 | 0.07 | 0.12 | 165.23 | 0.51 | 0.75 |
| Hex | 9F | E0 | D0 | 1D | 0 | 7 | C | A5 | 33 | 4B |
| Octal | 237 | 340 | 320 | 35 | 0 | 7 | 14 | 245 | 63 | 113 |
| Binary | 10011111 | 11100000 | 11010000 | 11101 | 0 | 111 | 1100 | 10100101 | 110011 | 1001011 |
Color Harmonies of #9FE0D0
Complementary color
Monochromatic Colors of #9FE0D0
Black with #9FE0D0
Text Example
Text Example
White with #9FE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0D0; }
p { color: rgb(159,224,208); }
H1.HeaderClassName
{
color: #9FE0D0;
}
.AnyTagClassName
{
color: #9FE0D0;
}
</style>
background-color css
<style>
a { background-color: #9FE0D0; }
a { background-color: rgb(159,224,208); }
div.DivClassName
{
background-color: #9FE0D0;
}
.BgClassName
{
background-color: #9FE0D0;
}
</style>
border-color css
<style>
span { border-color: #9FE0D0; }
span { border-color: rgb(159,224,208); }
td.TdClassName
{
border-color: #9FE0D0;
}
.TagClassName
{
border-color: #9FE0D0;
}
</style>