Shades of Scandal #9CE0CD
Tints of Scandal #9CE0CD
RGB
CMYK
RGB Variations
Color information
#9CE0CD (or 0x9CE0CD) is known color: Scandal. HEX triplet: 9C, E0 and CD. RGB value is (156,224,205). Sum of RGB (Red+Green+Blue) = 156+224+205=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE0CD is #631F32. Grayscale: #C9C9C9. Windows color (decimal): -6496051 or 13492380. OLE color: 13492380.
HSL color Cylindrical-coordinate representation of color #9CE0CD: hue angle of 163.24º 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 #9CE0CD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 205 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.12 |
| HSL | 163.24º | 0.52% | 0.75% | - |
| HSV(B) | 163.24º | 0.3% | 0.88% | - |
| XYZ | 51.39 | 64.79 | 67.55 | - |
| YUV | 201.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 205 | 0.30 | 0 | 0.08 | 0.12 | 163.24 | 0.52 | 0.75 |
| Hex | 9C | E0 | CD | 1E | 0 | 8 | C | A3 | 34 | 4B |
| Octal | 234 | 340 | 315 | 36 | 0 | 10 | 14 | 243 | 64 | 113 |
| Binary | 10011100 | 11100000 | 11001101 | 11110 | 0 | 1000 | 1100 | 10100011 | 110100 | 1001011 |
Color Harmonies of #9CE0CD
Complementary color
Monochromatic Colors of #9CE0CD
Black with #9CE0CD
Text Example
Text Example
White with #9CE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0CD; }
p { color: rgb(156,224,205); }
H1.HeaderClassName
{
color: #9CE0CD;
}
.AnyTagClassName
{
color: #9CE0CD;
}
</style>
background-color css
<style>
a { background-color: #9CE0CD; }
a { background-color: rgb(156,224,205); }
div.DivClassName
{
background-color: #9CE0CD;
}
.BgClassName
{
background-color: #9CE0CD;
}
</style>
border-color css
<style>
span { border-color: #9CE0CD; }
span { border-color: rgb(156,224,205); }
td.TdClassName
{
border-color: #9CE0CD;
}
.TagClassName
{
border-color: #9CE0CD;
}
</style>