#A0EBC2

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

Shades of Magic Mint #A0EBC2

Tints of Magic Mint #A0EBC2

Color information

#A0EBC2 (or 0xA0EBC2) is unknown color: approx Magic Mint. HEX triplet: A0, EB and C2. RGB value is (160,235,194). Sum of RGB (Red+Green+Blue) = 160+235+194=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBC2 is #5F143D. Grayscale: #CFCFCF. Windows color (decimal): -6231102 or 12774304. OLE color: 12774304.

HSL color Cylindrical-coordinate representation of color #A0EBC2: hue angle of 147.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBC2 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB160235194-
CMYK0.3200.170.08
HSL147.2º65.22%77.45%-
HSV(B)147.2º31.91%92.16%-
XYZ53.9470.7961.86-
YUV207.9120.1593.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.16%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=27.16%
G=39.90%
B=32.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351940.3200.170.08147.265.2277.45
HexA0EBC220011893414d
Octal2403533024002110223101115
Binary10100000111010111100001010000001000110001001001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBC2; }

 p { color: rgb(160,235,194); }

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

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

 a { background-color: rgb(160,235,194); }

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

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

 span { border-color: rgb(160,235,194); }

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