Shades of Scandal #A0DBCB
Tints of Scandal #A0DBCB
RGB
CMYK
RGB Variations
Color information
#A0DBCB (or 0xA0DBCB) is known color: Scandal. HEX triplet: A0, DB and CB. RGB value is (160,219,203). Sum of RGB (Red+Green+Blue) = 160+219+203=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBCB is #5F2434. Grayscale: #C7C7C7. Windows color (decimal): -6235189 or 13360032. OLE color: 13360032.
HSL color Cylindrical-coordinate representation of color #A0DBCB: hue angle of 163.73º 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 #A0DBCB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 203 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.14 |
| HSL | 163.73º | 0.45% | 0.74% | - |
| HSV(B) | 163.73º | 0.27% | 0.86% | - |
| XYZ | 50.61 | 62.45 | 65.89 | - |
| YUV | 199.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 203 | 0.27 | 0 | 0.07 | 0.14 | 163.73 | 0.45 | 0.74 |
| Hex | A0 | DB | CB | 1B | 0 | 7 | E | A4 | 2D | 4A |
| Octal | 240 | 333 | 313 | 33 | 0 | 7 | 16 | 244 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11001011 | 11011 | 0 | 111 | 1110 | 10100100 | 101101 | 1001010 |
Color Harmonies of #A0DBCB
Complementary color
Monochromatic Colors of #A0DBCB
Black with #A0DBCB
Text Example
Text Example
White with #A0DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBCB; }
p { color: rgb(160,219,203); }
H1.HeaderClassName
{
color: #A0DBCB;
}
.AnyTagClassName
{
color: #A0DBCB;
}
</style>
background-color css
<style>
a { background-color: #A0DBCB; }
a { background-color: rgb(160,219,203); }
div.DivClassName
{
background-color: #A0DBCB;
}
.BgClassName
{
background-color: #A0DBCB;
}
</style>
border-color css
<style>
span { border-color: #A0DBCB; }
span { border-color: rgb(160,219,203); }
td.TdClassName
{
border-color: #A0DBCB;
}
.TagClassName
{
border-color: #A0DBCB;
}
</style>