Shades of Scandal #9CE0CC
Tints of Scandal #9CE0CC
RGB
CMYK
RGB Variations
Color information
#9CE0CC (or 0x9CE0CC) is known color: Scandal. HEX triplet: 9C, E0 and CC. RGB value is (156,224,204). Sum of RGB (Red+Green+Blue) = 156+224+204=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE0CC is #631F33. Grayscale: #C9C9C9. Windows color (decimal): -6496052 or 13426844. OLE color: 13426844.
HSL color Cylindrical-coordinate representation of color #9CE0CC: hue angle of 162.35º degrees, saturation: 0.52, 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 #9CE0CC is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 204 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.12 |
| HSL | 162.35º | 0.52% | 0.75% | - |
| HSV(B) | 162.35º | 0.3% | 0.88% | - |
| XYZ | 51.27 | 64.74 | 66.92 | - |
| YUV | 201.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 204 | 0.30 | 0 | 0.09 | 0.12 | 162.35 | 0.52 | 0.75 |
| Hex | 9C | E0 | CC | 1E | 0 | 9 | C | A2 | 34 | 4B |
| Octal | 234 | 340 | 314 | 36 | 0 | 11 | 14 | 242 | 64 | 113 |
| Binary | 10011100 | 11100000 | 11001100 | 11110 | 0 | 1001 | 1100 | 10100010 | 110100 | 1001011 |
Color Harmonies of #9CE0CC
Complementary color
Monochromatic Colors of #9CE0CC
Black with #9CE0CC
Text Example
Text Example
White with #9CE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0CC; }
p { color: rgb(156,224,204); }
H1.HeaderClassName
{
color: #9CE0CC;
}
.AnyTagClassName
{
color: #9CE0CC;
}
</style>
background-color css
<style>
a { background-color: #9CE0CC; }
a { background-color: rgb(156,224,204); }
div.DivClassName
{
background-color: #9CE0CC;
}
.BgClassName
{
background-color: #9CE0CC;
}
</style>
border-color css
<style>
span { border-color: #9CE0CC; }
span { border-color: rgb(156,224,204); }
td.TdClassName
{
border-color: #9CE0CC;
}
.TagClassName
{
border-color: #9CE0CC;
}
</style>