Shades of Scandal #A2D7C6
Tints of Scandal #A2D7C6
RGB
CMYK
RGB Variations
Color information
#A2D7C6 (or 0xA2D7C6) is known color: Scandal. HEX triplet: A2, D7 and C6. RGB value is (162,215,198). Sum of RGB (Red+Green+Blue) = 162+215+198=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7C6 is #5D2839. Grayscale: #C5C5C5. Windows color (decimal): -6105146 or 13031330. OLE color: 13031330.
HSL color Cylindrical-coordinate representation of color #A2D7C6: hue angle of 160.75º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7C6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 198 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.16 |
| HSL | 160.75º | 0.4% | 0.74% | - |
| HSV(B) | 160.75º | 0.25% | 0.84% | - |
| XYZ | 49.39 | 60.36 | 62.47 | - |
| YUV | 197.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 198 | 0.25 | 0 | 0.08 | 0.16 | 160.75 | 0.4 | 0.74 |
| Hex | A2 | D7 | C6 | 19 | 0 | 8 | 10 | A1 | 28 | 4A |
| Octal | 242 | 327 | 306 | 31 | 0 | 10 | 20 | 241 | 50 | 112 |
| Binary | 10100010 | 11010111 | 11000110 | 11001 | 0 | 1000 | 10000 | 10100001 | 101000 | 1001010 |
Color Harmonies of #A2D7C6
Complementary color
Monochromatic Colors of #A2D7C6
Black with #A2D7C6
Text Example
Text Example
White with #A2D7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7C6; }
p { color: rgb(162,215,198); }
H1.HeaderClassName
{
color: #A2D7C6;
}
.AnyTagClassName
{
color: #A2D7C6;
}
</style>
background-color css
<style>
a { background-color: #A2D7C6; }
a { background-color: rgb(162,215,198); }
div.DivClassName
{
background-color: #A2D7C6;
}
.BgClassName
{
background-color: #A2D7C6;
}
</style>
border-color css
<style>
span { border-color: #A2D7C6; }
span { border-color: rgb(162,215,198); }
td.TdClassName
{
border-color: #A2D7C6;
}
.TagClassName
{
border-color: #A2D7C6;
}
</style>