#A0EBC0

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

Shades of Magic Mint #A0EBC0

Tints of Magic Mint #A0EBC0

Color information

#A0EBC0 (or 0xA0EBC0) is unknown color: approx Magic Mint. HEX triplet: A0, EB and C0. RGB value is (160,235,192). Sum of RGB (Red+Green+Blue) = 160+235+192=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBC0 is #5F143F. Grayscale: #CFCFCF. Windows color (decimal): -6231104 or 12643232. OLE color: 12643232.

HSL color Cylindrical-coordinate representation of color #A0EBC0: hue angle of 145.6º 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 #A0EBC0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB160235192-
CMYK0.3200.180.08
HSL145.6º65.22%77.45%-
HSV(B)145.6º31.91%92.16%-
XYZ53.7270.760.68-
YUV207.67119.1594-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=27.26%
G=40.03%
B=32.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351920.3200.180.08145.665.2277.45
HexA0EBC020012892414d
Octal2403533004002210222101115
Binary10100000111010111100000010000001001010001001001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBC0; }

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

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

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

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

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

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

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

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