#A0E4C4

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

Shades of Magic Mint #A0E4C4

Tints of Magic Mint #A0E4C4

Color information

#A0E4C4 (or 0xA0E4C4) is unknown color: approx Magic Mint. HEX triplet: A0, E4 and C4. RGB value is (160,228,196). Sum of RGB (Red+Green+Blue) = 160+228+196=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4C4 is #5F1B3B. Grayscale: #CCCCCC. Windows color (decimal): -6232892 or 12903584. OLE color: 12903584.

HSL color Cylindrical-coordinate representation of color #A0E4C4: hue angle of 151.76º degrees, saturation: 0.56, 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 #A0E4C4 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB160228196-
CMYK0.3000.140.11
HSL151.76º55.74%76.08%-
HSV(B)151.76º29.82%89.41%-
XYZ52.266.9562.39-
YUV204.02123.4796.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 228 (89.45% from 255) = 39.04%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=27.40%
G=39.04%
B=33.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602281960.3000.140.11151.7655.7476.08
HexA0E4C41E0EB98384c
Octal240344304360161323070114
Binary10100000111001001100010011110011101011100110001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E4C4; }

 p { color: rgb(160,228,196); }

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

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

 a { background-color: rgb(160,228,196); }

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

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

 span { border-color: rgb(160,228,196); }

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