Shades of Scandal #A0D8C4
Tints of Scandal #A0D8C4
RGB
CMYK
RGB Variations
Color information
#A0D8C4 (or 0xA0D8C4) is known color: Scandal. HEX triplet: A0, D8 and C4. RGB value is (160,216,196). Sum of RGB (Red+Green+Blue) = 160+216+196=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8C4 is #5F273B. Grayscale: #C5C5C5. Windows color (decimal): -6235964 or 12900512. OLE color: 12900512.
HSL color Cylindrical-coordinate representation of color #A0D8C4: hue angle of 158.57º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8C4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 196 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.15 |
| HSL | 158.57º | 0.42% | 0.74% | - |
| HSV(B) | 158.57º | 0.26% | 0.85% | - |
| XYZ | 49.02 | 60.57 | 61.33 | - |
| YUV | 196.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 196 | 0.26 | 0 | 0.09 | 0.15 | 158.57 | 0.42 | 0.74 |
| Hex | A0 | D8 | C4 | 1A | 0 | 9 | F | 9F | 2A | 4A |
| Octal | 240 | 330 | 304 | 32 | 0 | 11 | 17 | 237 | 52 | 112 |
| Binary | 10100000 | 11011000 | 11000100 | 11010 | 0 | 1001 | 1111 | 10011111 | 101010 | 1001010 |
Color Harmonies of #A0D8C4
Complementary color
Monochromatic Colors of #A0D8C4
Black with #A0D8C4
Text Example
Text Example
White with #A0D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8C4; }
p { color: rgb(160,216,196); }
H1.HeaderClassName
{
color: #A0D8C4;
}
.AnyTagClassName
{
color: #A0D8C4;
}
</style>
background-color css
<style>
a { background-color: #A0D8C4; }
a { background-color: rgb(160,216,196); }
div.DivClassName
{
background-color: #A0D8C4;
}
.BgClassName
{
background-color: #A0D8C4;
}
</style>
border-color css
<style>
span { border-color: #A0D8C4; }
span { border-color: rgb(160,216,196); }
td.TdClassName
{
border-color: #A0D8C4;
}
.TagClassName
{
border-color: #A0D8C4;
}
</style>