#A1EDC4

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

Shades of Magic Mint #A1EDC4

Tints of Magic Mint #A1EDC4

Color information

#A1EDC4 (or 0xA1EDC4) is unknown color: approx Magic Mint. HEX triplet: A1, ED and C4. RGB value is (161,237,196). Sum of RGB (Red+Green+Blue) = 161+237+196=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDC4 is #5E123B. Grayscale: #D1D1D1. Windows color (decimal): -6165052 or 12905889. OLE color: 12905889.

HSL color Cylindrical-coordinate representation of color #A1EDC4: hue angle of 147.63º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDC4 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB161237196-
CMYK0.3200.170.07
HSL147.63º67.86%78.04%-
HSV(B)147.63º32.07%92.94%-
XYZ54.9572.1363.25-
YUV209.6120.3293.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.10%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=27.10%
G=39.90%
B=33.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612371960.3200.170.07147.6367.8678.04
HexA1EDC420011794444e
Octal241355304400217224104116
Binary1010000111101101110001001000000100011111001010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDC4; }

 p { color: rgb(161,237,196); }

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

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

 a { background-color: rgb(161,237,196); }

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

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

 span { border-color: rgb(161,237,196); }

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