#A0E1C8

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

Shades of Magic Mint #A0E1C8

Tints of Magic Mint #A0E1C8

Color information

#A0E1C8 (or 0xA0E1C8) is unknown color: approx Magic Mint. HEX triplet: A0, E1 and C8. RGB value is (160,225,200). Sum of RGB (Red+Green+Blue) = 160+225+200=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1C8 is #5F1E37. Grayscale: #CACACA. Windows color (decimal): -6233656 or 13164960. OLE color: 13164960.

HSL color Cylindrical-coordinate representation of color #A0E1C8: hue angle of 156.92º 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 #A0E1C8 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB160225200-
CMYK0.2900.110.12
HSL156.92º52%75.49%-
HSV(B)156.92º28.89%88.24%-
XYZ51.8565.4964.55-
YUV202.72126.4797.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=27.35%
G=38.46%
B=34.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602252000.2900.110.12156.925275.49
HexA0E1C81D0BC9d344b
Octal240341310350131423564113
Binary10100000111000011100100011101010111100100111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1C8; }

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

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

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

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

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

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

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

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