Shades of Scandal #A0DBC5
Tints of Scandal #A0DBC5
RGB
CMYK
RGB Variations
Color information
#A0DBC5 (or 0xA0DBC5) is known color: Scandal. HEX triplet: A0, DB and C5. RGB value is (160,219,197). Sum of RGB (Red+Green+Blue) = 160+219+197=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBC5 is #5F243A. Grayscale: #C6C6C6. Windows color (decimal): -6235195 or 12966816. OLE color: 12966816.
HSL color Cylindrical-coordinate representation of color #A0DBC5: hue angle of 157.63º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBC5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 197 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.14 |
| HSL | 157.63º | 0.45% | 0.74% | - |
| HSV(B) | 157.63º | 0.27% | 0.86% | - |
| XYZ | 49.91 | 62.17 | 62.19 | - |
| YUV | 198.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 197 | 0.27 | 0 | 0.10 | 0.14 | 157.63 | 0.45 | 0.74 |
| Hex | A0 | DB | C5 | 1B | 0 | A | E | 9E | 2D | 4A |
| Octal | 240 | 333 | 305 | 33 | 0 | 12 | 16 | 236 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11000101 | 11011 | 0 | 1010 | 1110 | 10011110 | 101101 | 1001010 |
Color Harmonies of #A0DBC5
Complementary color
Monochromatic Colors of #A0DBC5
Black with #A0DBC5
Text Example
Text Example
White with #A0DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBC5; }
p { color: rgb(160,219,197); }
H1.HeaderClassName
{
color: #A0DBC5;
}
.AnyTagClassName
{
color: #A0DBC5;
}
</style>
background-color css
<style>
a { background-color: #A0DBC5; }
a { background-color: rgb(160,219,197); }
div.DivClassName
{
background-color: #A0DBC5;
}
.BgClassName
{
background-color: #A0DBC5;
}
</style>
border-color css
<style>
span { border-color: #A0DBC5; }
span { border-color: rgb(160,219,197); }
td.TdClassName
{
border-color: #A0DBC5;
}
.TagClassName
{
border-color: #A0DBC5;
}
</style>