#A0E1C7

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

Shades of Magic Mint #A0E1C7

Tints of Magic Mint #A0E1C7

Color information

#A0E1C7 (or 0xA0E1C7) is unknown color: approx Magic Mint. HEX triplet: A0, E1 and C7. RGB value is (160,225,199). Sum of RGB (Red+Green+Blue) = 160+225+199=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1C7 is #5F1E38. Grayscale: #CACACA. Windows color (decimal): -6233657 or 13099424. OLE color: 13099424.

HSL color Cylindrical-coordinate representation of color #A0E1C7: hue angle of 156º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1C7 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB160225199-
CMYK0.2900.120.12
HSL156º52%75.49%-
HSV(B)156º28.89%88.24%-
XYZ51.7365.4563.94-
YUV202.6125.9797.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=27.40%
G=38.53%
B=34.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251990.2900.120.121565275.49
HexA0E1C71D0CC9c344b
Octal240341307350141423464113
Binary10100000111000011100011111101011001100100111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1C7; }

 p { color: rgb(160,225,199); }

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

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

 a { background-color: rgb(160,225,199); }

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

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

 span { border-color: rgb(160,225,199); }

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