#A2EBCA

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

Shades of Magic Mint #A2EBCA

Tints of Magic Mint #A2EBCA

Color information

#A2EBCA (or 0xA2EBCA) is unknown color: approx Magic Mint. HEX triplet: A2, EB and CA. RGB value is (162,235,202). Sum of RGB (Red+Green+Blue) = 162+235+202=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBCA is #5D1435. Grayscale: #D1D1D1. Windows color (decimal): -6100022 or 13298594. OLE color: 13298594.

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

Color convert

RGB162235202-
CMYK0.3100.140.08
HSL152.88º64.6%77.84%-
HSV(B)152.88º31.06%92.16%-
XYZ55.2771.3666.74-
YUV209.41123.8294.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.05%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=27.05%
G=39.23%
B=33.72%

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
Decimal1622352020.3100.140.08152.8864.677.84
HexA2EBCA1F0E899414e
Octal2423533123701610231101116
Binary101000101110101111001010111110111010001001100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBCA; }

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

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

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

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

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

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

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

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