#a0e2c4

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

Shades of Magic Mint #A0E2C4

Tints of Magic Mint #A0E2C4

Color information

#A0E2C4 (or 0xA0E2C4) is unknown color: approx Magic Mint. HEX triplet: A0, E2 and C4. RGB value is (160,226,196). Sum of RGB (Red+Green+Blue) = 160+226+196=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E2C4 is #5F1D3B. Grayscale: #CACACA. Windows color (decimal): -6233404 or 12903072. OLE color: 12903072.

HSL color Cylindrical-coordinate representation of color #A0E2C4: hue angle of 152.73º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E2C4 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB160226196-
CMYK0.2900.130.11
HSL152.73º53.23%75.69%-
HSV(B)152.73º29.2%88.63%-
XYZ51.6665.8562.21-
YUV202.85124.1397.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.49%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=27.49%
G=38.83%
B=33.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602261960.2900.130.11152.7353.2375.69
HexA0E2C41D0DB99354c
Octal240342304350151323165114
Binary10100000111000101100010011101011011011100110011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0e2c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0e2c4; }

 p { color: rgb(160,226,196); }

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

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

 a { background-color: rgb(160,226,196); }

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

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

 span { border-color: rgb(160,226,196); }

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