#A2E0D4

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

Shades of Scandal #A2E0D4

Tints of Scandal #A2E0D4

Color information

#A2E0D4 (or 0xA2E0D4) is unknown color: approx Scandal. HEX triplet: A2, E0 and D4. RGB value is (162,224,212). Sum of RGB (Red+Green+Blue) = 162+224+212=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0D4 is #5D1F2B. Grayscale: #CCCCCC. Windows color (decimal): -6102828 or 13951138. OLE color: 13951138.

HSL color Cylindrical-coordinate representation of color #A2E0D4: hue angle of 168.39º 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 #A2E0D4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB162224212-
CMYK0.2800.050.12
HSL168.39º50%75.69%-
HSV(B)168.39º27.68%87.84%-
XYZ53.4465.7572.16-
YUV204.09132.4697.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.09%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=27.09%
G=37.46%
B=35.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622242120.2800.050.12168.395075.69
HexA2E0D41C05Ca8324c
Octal24234032434051425062114
Binary1010001011100000110101001110001011100101010001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0D4; }

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

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

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

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

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

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

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

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