Shades of Scandal #9FE0CC
Tints of Scandal #9FE0CC
RGB
CMYK
RGB Variations
Color information
#9FE0CC (or 0x9FE0CC) is known color: Scandal. HEX triplet: 9F, E0 and CC. RGB value is (159,224,204). Sum of RGB (Red+Green+Blue) = 159+224+204=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0CC is #601F33. Grayscale: #CACACA. Windows color (decimal): -6299444 or 13426847. OLE color: 13426847.
HSL color Cylindrical-coordinate representation of color #9FE0CC: hue angle of 161.54º 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 #9FE0CC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 204 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.12 |
| HSL | 161.54º | 0.51% | 0.75% | - |
| HSV(B) | 161.54º | 0.29% | 0.88% | - |
| XYZ | 51.85 | 65.04 | 66.95 | - |
| YUV | 202.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 204 | 0.29 | 0 | 0.09 | 0.12 | 161.54 | 0.51 | 0.75 |
| Hex | 9F | E0 | CC | 1D | 0 | 9 | C | A2 | 33 | 4B |
| Octal | 237 | 340 | 314 | 35 | 0 | 11 | 14 | 242 | 63 | 113 |
| Binary | 10011111 | 11100000 | 11001100 | 11101 | 0 | 1001 | 1100 | 10100010 | 110011 | 1001011 |
Color Harmonies of #9FE0CC
Complementary color
Monochromatic Colors of #9FE0CC
Black with #9FE0CC
Text Example
Text Example
White with #9FE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0CC; }
p { color: rgb(159,224,204); }
H1.HeaderClassName
{
color: #9FE0CC;
}
.AnyTagClassName
{
color: #9FE0CC;
}
</style>
background-color css
<style>
a { background-color: #9FE0CC; }
a { background-color: rgb(159,224,204); }
div.DivClassName
{
background-color: #9FE0CC;
}
.BgClassName
{
background-color: #9FE0CC;
}
</style>
border-color css
<style>
span { border-color: #9FE0CC; }
span { border-color: rgb(159,224,204); }
td.TdClassName
{
border-color: #9FE0CC;
}
.TagClassName
{
border-color: #9FE0CC;
}
</style>