Shades of Scandal #A0DECC
Tints of Scandal #A0DECC
RGB
CMYK
RGB Variations
Color information
#A0DECC (or 0xA0DECC) is known color: Scandal. HEX triplet: A0, DE and CC. RGB value is (160,222,204). Sum of RGB (Red+Green+Blue) = 160+222+204=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DECC is #5F2133. Grayscale: #C9C9C9. Windows color (decimal): -6234420 or 13426336. OLE color: 13426336.
HSL color Cylindrical-coordinate representation of color #A0DECC: hue angle of 162.58º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DECC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 204 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.13 |
| HSL | 162.58º | 0.48% | 0.75% | - |
| HSV(B) | 162.58º | 0.28% | 0.87% | - |
| XYZ | 51.52 | 64.08 | 66.78 | - |
| YUV | 201.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 204 | 0.28 | 0 | 0.08 | 0.13 | 162.58 | 0.48 | 0.75 |
| Hex | A0 | DE | CC | 1C | 0 | 8 | D | A3 | 30 | 4B |
| Octal | 240 | 336 | 314 | 34 | 0 | 10 | 15 | 243 | 60 | 113 |
| Binary | 10100000 | 11011110 | 11001100 | 11100 | 0 | 1000 | 1101 | 10100011 | 110000 | 1001011 |
Color Harmonies of #A0DECC
Complementary color
Monochromatic Colors of #A0DECC
Black with #A0DECC
Text Example
Text Example
White with #A0DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DECC; }
p { color: rgb(160,222,204); }
H1.HeaderClassName
{
color: #A0DECC;
}
.AnyTagClassName
{
color: #A0DECC;
}
</style>
background-color css
<style>
a { background-color: #A0DECC; }
a { background-color: rgb(160,222,204); }
div.DivClassName
{
background-color: #A0DECC;
}
.BgClassName
{
background-color: #A0DECC;
}
</style>
border-color css
<style>
span { border-color: #A0DECC; }
span { border-color: rgb(160,222,204); }
td.TdClassName
{
border-color: #A0DECC;
}
.TagClassName
{
border-color: #A0DECC;
}
</style>