#a2ead3

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

Shades of Magic Mint #A2EAD3

Tints of Magic Mint #A2EAD3

Color information

#A2EAD3 (or 0xA2EAD3) is unknown color: approx Magic Mint. HEX triplet: A2, EA and D3. RGB value is (162,234,211). Sum of RGB (Red+Green+Blue) = 162+234+211=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAD3 is #5D152C. Grayscale: #D1D1D1. Windows color (decimal): -6100269 or 13888162. OLE color: 13888162.

HSL color Cylindrical-coordinate representation of color #A2EAD3: hue angle of 160.83º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EAD3 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB162234211-
CMYK0.3100.100.08
HSL160.83º63.16%77.65%-
HSV(B)160.83º30.77%91.76%-
XYZ56.0871.2372.42-
YUV209.85128.6593.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.69%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 211 (82.81% from 255) = 34.76%
R=26.69%
G=38.55%
B=34.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622342110.3100.100.08160.8363.1677.65
HexA2EAD31F0A8a13f4e
Octal242352323370121024177116
Binary10100010111010101101001111111010101000101000011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2ead3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2ead3; }

 p { color: rgb(162,234,211); }

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

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

 a { background-color: rgb(162,234,211); }

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

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

 span { border-color: rgb(162,234,211); }

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