#A6EED1

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

Shades of Magic Mint #A6EED1

Tints of Magic Mint #A6EED1

Color information

#A6EED1 (or 0xA6EED1) is unknown color: approx Magic Mint. HEX triplet: A6, EE and D1. RGB value is (166,238,209). Sum of RGB (Red+Green+Blue) = 166+238+209=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EED1 is #59112E. Grayscale: #D5D5D5. Windows color (decimal): -5837103 or 13758118. OLE color: 13758118.

HSL color Cylindrical-coordinate representation of color #A6EED1: hue angle of 155.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EED1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB166238209-
CMYK0.3000.120.07
HSL155.83º67.92%79.22%-
HSV(B)155.83º30.25%93.33%-
XYZ57.8173.8671.53-
YUV213.17125.6594.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.08%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=27.08%
G=38.83%
B=34.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662382090.3000.120.07155.8367.9279.22
HexA6EED11E0C79c444f
Octal246356321360147234104117
Binary10100110111011101101000111110011001111001110010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EED1; }

 p { color: rgb(166,238,209); }

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

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

 a { background-color: rgb(166,238,209); }

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

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

 span { border-color: rgb(166,238,209); }

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