#A2E0D5

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

Shades of Scandal #A2E0D5

Tints of Scandal #A2E0D5

Color information

#A2E0D5 (or 0xA2E0D5) is unknown color: approx Scandal. HEX triplet: A2, E0 and D5. RGB value is (162,224,213). Sum of RGB (Red+Green+Blue) = 162+224+213=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0D5 is #5D1F2A. Grayscale: #CCCCCC. Windows color (decimal): -6102827 or 14016674. OLE color: 14016674.

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

Color convert

RGB162224213-
CMYK0.2800.050.12
HSL169.35º50%75.69%-
HSV(B)169.35º27.68%87.84%-
XYZ53.5765.872.83-
YUV204.21132.9697.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.05%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=27.05%
G=37.40%
B=35.56%

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
Decimal1622242130.2800.050.12169.355075.69
HexA2E0D51C05Ca9324c
Octal24234032534051425162114
Binary1010001011100000110101011110001011100101010011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0D5; }

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

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

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

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

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

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

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

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