#A6E4C9

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

Shades of Magic Mint #A6E4C9

Tints of Magic Mint #A6E4C9

Color information

#A6E4C9 (or 0xA6E4C9) is unknown color: approx Magic Mint. HEX triplet: A6, E4 and C9. RGB value is (166,228,201). Sum of RGB (Red+Green+Blue) = 166+228+201=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4C9 is #591B36. Grayscale: #CECECE. Windows color (decimal): -5839671 or 13231270. OLE color: 13231270.

HSL color Cylindrical-coordinate representation of color #A6E4C9: hue angle of 153.87º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4C9 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB166228201-
CMYK0.2700.120.11
HSL153.87º53.45%77.25%-
HSV(B)153.87º27.19%89.41%-
XYZ54.0167.8165.5-
YUV206.38124.9699.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=27.90%
G=38.32%
B=33.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662282010.2700.120.11153.8753.4577.25
HexA6E4C91B0CB9a354d
Octal246344311330141323265115
Binary10100110111001001100100111011011001011100110101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E4C9; }

 p { color: rgb(166,228,201); }

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

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

 a { background-color: rgb(166,228,201); }

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

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

 span { border-color: rgb(166,228,201); }

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