#A2ECCA

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

Shades of Magic Mint #A2ECCA

Tints of Magic Mint #A2ECCA

Color information

#A2ECCA (or 0xA2ECCA) is unknown color: approx Magic Mint. HEX triplet: A2, EC and CA. RGB value is (162,236,202). Sum of RGB (Red+Green+Blue) = 162+236+202=600 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECCA is #5D1335. Grayscale: #D2D2D2. Windows color (decimal): -6099766 or 13298850. OLE color: 13298850.

HSL color Cylindrical-coordinate representation of color #A2ECCA: hue angle of 152.43º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECCA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB162236202-
CMYK0.3100.140.07
HSL152.43º66.07%78.04%-
HSV(B)152.43º31.36%92.55%-
XYZ55.5671.9466.83-
YUV210123.4893.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=27%
G=39.33%
B=33.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622362020.3100.140.07152.4366.0778.04
HexA2ECCA1F0E798424e
Octal242354312370167230102116
Binary10100010111011001100101011111011101111001100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECCA; }

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

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

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

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

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

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

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

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