Shades of Scandal #A0DFD0
Tints of Scandal #A0DFD0
RGB
CMYK
RGB Variations
Color information
#A0DFD0 (or 0xA0DFD0) is known color: Scandal. HEX triplet: A0, DF and D0. RGB value is (160,223,208). Sum of RGB (Red+Green+Blue) = 160+223+208=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFD0 is #5F202F. Grayscale: #CACACA. Windows color (decimal): -6234160 or 13688736. OLE color: 13688736.
HSL color Cylindrical-coordinate representation of color #A0DFD0: hue angle of 165.71º degrees, saturation: 0.5, 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 #A0DFD0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 208 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.13 |
| HSL | 165.71º | 0.5% | 0.75% | - |
| HSV(B) | 165.71º | 0.28% | 0.87% | - |
| XYZ | 52.27 | 64.8 | 69.43 | - |
| YUV | 202.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 208 | 0.28 | 0 | 0.07 | 0.13 | 165.71 | 0.5 | 0.75 |
| Hex | A0 | DF | D0 | 1C | 0 | 7 | D | A6 | 32 | 4B |
| Octal | 240 | 337 | 320 | 34 | 0 | 7 | 15 | 246 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11010000 | 11100 | 0 | 111 | 1101 | 10100110 | 110010 | 1001011 |
Color Harmonies of #A0DFD0
Complementary color
Monochromatic Colors of #A0DFD0
Black with #A0DFD0
Text Example
Text Example
White with #A0DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFD0; }
p { color: rgb(160,223,208); }
H1.HeaderClassName
{
color: #A0DFD0;
}
.AnyTagClassName
{
color: #A0DFD0;
}
</style>
background-color css
<style>
a { background-color: #A0DFD0; }
a { background-color: rgb(160,223,208); }
div.DivClassName
{
background-color: #A0DFD0;
}
.BgClassName
{
background-color: #A0DFD0;
}
</style>
border-color css
<style>
span { border-color: #A0DFD0; }
span { border-color: rgb(160,223,208); }
td.TdClassName
{
border-color: #A0DFD0;
}
.TagClassName
{
border-color: #A0DFD0;
}
</style>