#A1EDCE

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

Shades of Magic Mint #A1EDCE

Tints of Magic Mint #A1EDCE

Color information

#A1EDCE (or 0xA1EDCE) is unknown color: approx Magic Mint. HEX triplet: A1, ED and CE. RGB value is (161,237,206). Sum of RGB (Red+Green+Blue) = 161+237+206=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDCE is #5E1231. Grayscale: #D2D2D2. Windows color (decimal): -6165042 or 13561249. OLE color: 13561249.

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

Color convert

RGB161237206-
CMYK0.3200.130.07
HSL155.53º67.86%78.04%-
HSV(B)155.53º32.07%92.94%-
XYZ56.1272.669.45-
YUV210.74125.3292.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.66%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=26.66%
G=39.24%
B=34.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612372060.3200.130.07155.5367.8678.04
HexA1EDCE200D79c444e
Octal241355316400157234104116
Binary101000011110110111001110100000011011111001110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDCE; }

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

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

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

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

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

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

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

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