Shades of Scandal #A2DBCB
Tints of Scandal #A2DBCB
RGB
CMYK
RGB Variations
Color information
#A2DBCB (or 0xA2DBCB) is known color: Scandal. HEX triplet: A2, DB and CB. RGB value is (162,219,203). Sum of RGB (Red+Green+Blue) = 162+219+203=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBCB is #5D2434. Grayscale: #C8C8C8. Windows color (decimal): -6104117 or 13360034. OLE color: 13360034.
HSL color Cylindrical-coordinate representation of color #A2DBCB: hue angle of 163.16º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBCB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 203 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.14 |
| HSL | 163.16º | 0.44% | 0.75% | - |
| HSV(B) | 163.16º | 0.26% | 0.86% | - |
| XYZ | 51.01 | 62.66 | 65.91 | - |
| YUV | 200.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 203 | 0.26 | 0 | 0.07 | 0.14 | 163.16 | 0.44 | 0.75 |
| Hex | A2 | DB | CB | 1A | 0 | 7 | E | A3 | 2C | 4B |
| Octal | 242 | 333 | 313 | 32 | 0 | 7 | 16 | 243 | 54 | 113 |
| Binary | 10100010 | 11011011 | 11001011 | 11010 | 0 | 111 | 1110 | 10100011 | 101100 | 1001011 |
Color Harmonies of #A2DBCB
Complementary color
Monochromatic Colors of #A2DBCB
Black with #A2DBCB
Text Example
Text Example
White with #A2DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBCB; }
p { color: rgb(162,219,203); }
H1.HeaderClassName
{
color: #A2DBCB;
}
.AnyTagClassName
{
color: #A2DBCB;
}
</style>
background-color css
<style>
a { background-color: #A2DBCB; }
a { background-color: rgb(162,219,203); }
div.DivClassName
{
background-color: #A2DBCB;
}
.BgClassName
{
background-color: #A2DBCB;
}
</style>
border-color css
<style>
span { border-color: #A2DBCB; }
span { border-color: rgb(162,219,203); }
td.TdClassName
{
border-color: #A2DBCB;
}
.TagClassName
{
border-color: #A2DBCB;
}
</style>