#A1EFCB

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

Shades of Magic Mint #A1EFCB

Tints of Magic Mint #A1EFCB

Color information

#A1EFCB (or 0xA1EFCB) is unknown color: approx Magic Mint. HEX triplet: A1, EF and CB. RGB value is (161,239,203). Sum of RGB (Red+Green+Blue) = 161+239+203=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCB is #5E1034. Grayscale: #D3D3D3. Windows color (decimal): -6164533 or 13365153. OLE color: 13365153.

HSL color Cylindrical-coordinate representation of color #A1EFCB: hue angle of 152.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFCB is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB161239203-
CMYK0.3300.150.06
HSL152.31º70.91%78.43%-
HSV(B)152.31º32.64%93.73%-
XYZ56.3473.6267.74-
YUV211.57123.1691.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.70%
GREEN value IS 239 (93.75% from 255) = 39.64%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=26.70%
G=39.64%
B=33.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612392030.3300.150.06152.3170.9178.43
HexA1EFCB210F698474e
Octal241357313410176230107116
Binary101000011110111111001011100001011111101001100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EFCB; }

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

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

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

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

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

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

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

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