Shades of Scandal #A0E0D2
Tints of Scandal #A0E0D2
RGB
CMYK
RGB Variations
Color information
#A0E0D2 (or 0xA0E0D2) is known color: Scandal. HEX triplet: A0, E0 and D2. RGB value is (160,224,210). Sum of RGB (Red+Green+Blue) = 160+224+210=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E0D2 is #5F1F2D. Grayscale: #CBCBCB. Windows color (decimal): -6233902 or 13820064. OLE color: 13820064.
HSL color Cylindrical-coordinate representation of color #A0E0D2: hue angle of 166.88º 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 #A0E0D2 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 210 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.12 |
| HSL | 166.88º | 0.51% | 0.75% | - |
| HSV(B) | 166.88º | 0.29% | 0.88% | - |
| XYZ | 52.79 | 65.44 | 70.82 | - |
| YUV | 203.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 210 | 0.29 | 0 | 0.06 | 0.12 | 166.88 | 0.51 | 0.75 |
| Hex | A0 | E0 | D2 | 1D | 0 | 6 | C | A7 | 33 | 4B |
| Octal | 240 | 340 | 322 | 35 | 0 | 6 | 14 | 247 | 63 | 113 |
| Binary | 10100000 | 11100000 | 11010010 | 11101 | 0 | 110 | 1100 | 10100111 | 110011 | 1001011 |
Color Harmonies of #A0E0D2
Complementary color
Monochromatic Colors of #A0E0D2
Black with #A0E0D2
Text Example
Text Example
White with #A0E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0D2; }
p { color: rgb(160,224,210); }
H1.HeaderClassName
{
color: #A0E0D2;
}
.AnyTagClassName
{
color: #A0E0D2;
}
</style>
background-color css
<style>
a { background-color: #A0E0D2; }
a { background-color: rgb(160,224,210); }
div.DivClassName
{
background-color: #A0E0D2;
}
.BgClassName
{
background-color: #A0E0D2;
}
</style>
border-color css
<style>
span { border-color: #A0E0D2; }
span { border-color: rgb(160,224,210); }
td.TdClassName
{
border-color: #A0E0D2;
}
.TagClassName
{
border-color: #A0E0D2;
}
</style>