Shades of Scandal #A2E0D3
Tints of Scandal #A2E0D3
RGB
CMYK
RGB Variations
Color information
#A2E0D3 (or 0xA2E0D3) is known color: Scandal. HEX triplet: A2, E0 and D3. RGB value is (162,224,211). Sum of RGB (Red+Green+Blue) = 162+224+211=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0D3 is #5D1F2C. Grayscale: #CBCBCB. Windows color (decimal): -6102829 or 13885602. OLE color: 13885602.
HSL color Cylindrical-coordinate representation of color #A2E0D3: hue angle of 167.42º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E0D3 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 211 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.12 |
| HSL | 167.42º | 0.5% | 0.76% | - |
| HSV(B) | 167.42º | 0.28% | 0.88% | - |
| XYZ | 53.31 | 65.7 | 71.5 | - |
| YUV | 203.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 211 | 0.28 | 0 | 0.06 | 0.12 | 167.42 | 0.5 | 0.76 |
| Hex | A2 | E0 | D3 | 1C | 0 | 6 | C | A7 | 32 | 4C |
| Octal | 242 | 340 | 323 | 34 | 0 | 6 | 14 | 247 | 62 | 114 |
| Binary | 10100010 | 11100000 | 11010011 | 11100 | 0 | 110 | 1100 | 10100111 | 110010 | 1001100 |
Color Harmonies of #A2E0D3
Complementary color
Monochromatic Colors of #A2E0D3
Black with #A2E0D3
Text Example
Text Example
White with #A2E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E0D3; }
p { color: rgb(162,224,211); }
H1.HeaderClassName
{
color: #A2E0D3;
}
.AnyTagClassName
{
color: #A2E0D3;
}
</style>
background-color css
<style>
a { background-color: #A2E0D3; }
a { background-color: rgb(162,224,211); }
div.DivClassName
{
background-color: #A2E0D3;
}
.BgClassName
{
background-color: #A2E0D3;
}
</style>
border-color css
<style>
span { border-color: #A2E0D3; }
span { border-color: rgb(162,224,211); }
td.TdClassName
{
border-color: #A2E0D3;
}
.TagClassName
{
border-color: #A2E0D3;
}
</style>