Shades of Scandal #A2D7C9
Tints of Scandal #A2D7C9
RGB
CMYK
RGB Variations
Color information
#A2D7C9 (or 0xA2D7C9) is known color: Scandal. HEX triplet: A2, D7 and C9. RGB value is (162,215,201). Sum of RGB (Red+Green+Blue) = 162+215+201=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7C9 is #5D2836. Grayscale: #C5C5C5. Windows color (decimal): -6105143 or 13227938. OLE color: 13227938.
HSL color Cylindrical-coordinate representation of color #A2D7C9: hue angle of 164.15º 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 #A2D7C9 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 201 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.16 |
| HSL | 164.15º | 0.4% | 0.74% | - |
| HSV(B) | 164.15º | 0.25% | 0.84% | - |
| XYZ | 49.74 | 60.5 | 64.31 | - |
| YUV | 197.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 201 | 0.25 | 0 | 0.07 | 0.16 | 164.15 | 0.4 | 0.74 |
| Hex | A2 | D7 | C9 | 19 | 0 | 7 | 10 | A4 | 28 | 4A |
| Octal | 242 | 327 | 311 | 31 | 0 | 7 | 20 | 244 | 50 | 112 |
| Binary | 10100010 | 11010111 | 11001001 | 11001 | 0 | 111 | 10000 | 10100100 | 101000 | 1001010 |
Color Harmonies of #A2D7C9
Complementary color
Monochromatic Colors of #A2D7C9
Black with #A2D7C9
Text Example
Text Example
White with #A2D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7C9; }
p { color: rgb(162,215,201); }
H1.HeaderClassName
{
color: #A2D7C9;
}
.AnyTagClassName
{
color: #A2D7C9;
}
</style>
background-color css
<style>
a { background-color: #A2D7C9; }
a { background-color: rgb(162,215,201); }
div.DivClassName
{
background-color: #A2D7C9;
}
.BgClassName
{
background-color: #A2D7C9;
}
</style>
border-color css
<style>
span { border-color: #A2D7C9; }
span { border-color: rgb(162,215,201); }
td.TdClassName
{
border-color: #A2D7C9;
}
.TagClassName
{
border-color: #A2D7C9;
}
</style>