#A0E3C6

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

Shades of Magic Mint #A0E3C6

Tints of Magic Mint #A0E3C6

Color information

#A0E3C6 (or 0xA0E3C6) is unknown color: approx Magic Mint. HEX triplet: A0, E3 and C6. RGB value is (160,227,198). Sum of RGB (Red+Green+Blue) = 160+227+198=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3C6 is #5F1C39. Grayscale: #CBCBCB. Windows color (decimal): -6233146 or 13034400. OLE color: 13034400.

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

Color convert

RGB160227198-
CMYK0.3000.130.11
HSL154.03º54.47%75.88%-
HSV(B)154.03º29.52%89.02%-
XYZ52.1666.4963.51-
YUV203.66124.896.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=27.35%
G=38.80%
B=33.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271980.3000.130.11154.0354.4775.88
HexA0E3C61E0DB9a364c
Octal240343306360151323266114
Binary10100000111000111100011011110011011011100110101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E3C6; }

 p { color: rgb(160,227,198); }

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

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

 a { background-color: rgb(160,227,198); }

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

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

 span { border-color: rgb(160,227,198); }

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