#A1ECBD

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

Shades of Magic Mint #A1ECBD

Tints of Magic Mint #A1ECBD

Color information

#A1ECBD (or 0xA1ECBD) is unknown color: approx Magic Mint. HEX triplet: A1, EC and BD. RGB value is (161,236,189). Sum of RGB (Red+Green+Blue) = 161+236+189=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECBD is #5E1342. Grayscale: #D0D0D0. Windows color (decimal): -6165315 or 12446881. OLE color: 12446881.

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

Color convert

RGB161236189-
CMYK0.3200.200.07
HSL142.4º66.37%77.84%-
HSV(B)142.4º31.78%92.55%-
XYZ53.8871.2459.06-
YUV208.22117.1594.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=27.47%
G=40.27%
B=32.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612361890.3200.200.07142.466.3777.84
HexA1ECBD2001478e424e
Octal241354275400247216102116
Binary1010000111101100101111011000000101001111000111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECBD; }

 p { color: rgb(161,236,189); }

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

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

 a { background-color: rgb(161,236,189); }

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

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

 span { border-color: rgb(161,236,189); }

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