#A1EDCB

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

Shades of Magic Mint #A1EDCB

Tints of Magic Mint #A1EDCB

Color information

#A1EDCB (or 0xA1EDCB) is unknown color: approx Magic Mint. HEX triplet: A1, ED and CB. RGB value is (161,237,203). Sum of RGB (Red+Green+Blue) = 161+237+203=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDCB is #5E1234. Grayscale: #D2D2D2. Windows color (decimal): -6165045 or 13364641. OLE color: 13364641.

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

Color convert

RGB161237203-
CMYK0.3200.140.07
HSL153.16º67.86%78.04%-
HSV(B)153.16º32.07%92.94%-
XYZ55.7672.4667.55-
YUV210.4123.8292.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.79%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=26.79%
G=39.43%
B=33.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612372030.3200.140.07153.1667.8678.04
HexA1EDCB200E799444e
Octal241355313400167231104116
Binary101000011110110111001011100000011101111001100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDCB; }

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

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

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

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

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

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

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

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