#A1EBD1

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

Shades of Magic Mint #A1EBD1

Tints of Magic Mint #A1EBD1

Color information

#A1EBD1 (or 0xA1EBD1) is unknown color: approx Magic Mint. HEX triplet: A1, EB and D1. RGB value is (161,235,209). Sum of RGB (Red+Green+Blue) = 161+235+209=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBD1 is #5E142E. Grayscale: #D1D1D1. Windows color (decimal): -6165551 or 13757345. OLE color: 13757345.

HSL color Cylindrical-coordinate representation of color #A1EBD1: hue angle of 158.92º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBD1 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB161235209-
CMYK0.3100.110.08
HSL158.92º64.91%77.65%-
HSV(B)158.92º31.49%92.16%-
XYZ55.9171.671.19-
YUV209.91127.4893.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=26.61%
G=38.84%
B=34.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352090.3100.110.08158.9264.9177.65
HexA1EBD11F0B89f414e
Octal2413533213701310237101116
Binary101000011110101111010001111110101110001001111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBD1; }

 p { color: rgb(161,235,209); }

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

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

 a { background-color: rgb(161,235,209); }

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

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

 span { border-color: rgb(161,235,209); }

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