#A5E2C2

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

Shades of Magic Mint #A5E2C2

Tints of Magic Mint #A5E2C2

Color information

#A5E2C2 (or 0xA5E2C2) is unknown color: approx Magic Mint. HEX triplet: A5, E2 and C2. RGB value is (165,226,194). Sum of RGB (Red+Green+Blue) = 165+226+194=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2C2 is #5A1D3D. Grayscale: #CCCCCC. Windows color (decimal): -5905726 or 12772005. OLE color: 12772005.

HSL color Cylindrical-coordinate representation of color #A5E2C2: hue angle of 148.52º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2C2 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB165226194-
CMYK0.2700.140.11
HSL148.52º51.26%76.67%-
HSV(B)148.52º26.99%88.63%-
XYZ52.4566.2961.07-
YUV204.11122.29100.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=28.21%
G=38.63%
B=33.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652261940.2700.140.11148.5251.2676.67
HexA5E2C21B0EB95334d
Octal245342302330161322563115
Binary10100101111000101100001011011011101011100101011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E2C2; }

 p { color: rgb(165,226,194); }

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

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

 a { background-color: rgb(165,226,194); }

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

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

 span { border-color: rgb(165,226,194); }

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