#A2D4C5

Color #A2D4C5 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #A2D4C5

Tints of Scandal #A2D4C5

Color information

#A2D4C5 (or 0xA2D4C5) is unknown color: approx Scandal. HEX triplet: A2, D4 and C5. RGB value is (162,212,197). Sum of RGB (Red+Green+Blue) = 162+212+197=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D4C5 is #5D2B3A. Grayscale: #C3C3C3. Windows color (decimal): -6105915 or 12965026. OLE color: 12965026.

HSL color Cylindrical-coordinate representation of color #A2D4C5: hue angle of 162º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D4C5 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB162212197-
CMYK0.2400.070.17
HSL162º36.76%73.33%-
HSV(B)162º23.58%83.14%-
XYZ48.5258.861.62-
YUV195.34128.94104.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 197 (77.34% from 255) = 34.50%
R=28.37%
G=37.13%
B=34.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121970.2400.070.1716236.7673.33
HexA2D4C5180711a22549
Octal24232430530072124245111
Binary10100010110101001100010111000011110001101000101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D4C5; }

 p { color: rgb(162,212,197); }

 H1.HeaderClassName
 {
   color: #A2D4C5;
 }
 .AnyTagClassName
 {
   color: #A2D4C5;
 }
</style>
background-color css

<style>
 a { background-color: #A2D4C5; }

 a { background-color: rgb(162,212,197); }

 div.DivClassName
 {
   background-color: #A2D4C5;
 }
 .BgClassName
 {
   background-color: #A2D4C5;
 }
</style>
border-color css

<style>
 span { border-color: #A2D4C5; }

 span { border-color: rgb(162,212,197); }

 td.TdClassName
 {
   border-color: #A2D4C5;
 }
 .TagClassName
 {
   border-color: #A2D4C5;
 }
</style>