#A2EACA

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

Shades of Magic Mint #A2EACA

Tints of Magic Mint #A2EACA

Color information

#A2EACA (or 0xA2EACA) is unknown color: approx Magic Mint. HEX triplet: A2, EA and CA. RGB value is (162,234,202). Sum of RGB (Red+Green+Blue) = 162+234+202=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EACA is #5D1535. Grayscale: #D0D0D0. Windows color (decimal): -6100278 or 13298338. OLE color: 13298338.

HSL color Cylindrical-coordinate representation of color #A2EACA: hue angle of 153.33º 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 #A2EACA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB162234202-
CMYK0.3100.140.08
HSL153.33º63.16%77.65%-
HSV(B)153.33º30.77%91.76%-
XYZ54.9870.7966.64-
YUV208.82124.1594.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.09%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=27.09%
G=39.13%
B=33.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622342020.3100.140.08153.3363.1677.65
HexA2EACA1F0E8993f4e
Octal242352312370161023177116
Binary10100010111010101100101011111011101000100110011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EACA; }

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

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

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

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

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

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

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

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