#A6DFC3

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

Shades of Magic Mint #A6DFC3

Tints of Magic Mint #A6DFC3

Color information

#A6DFC3 (or 0xA6DFC3) is unknown color: approx Magic Mint. HEX triplet: A6, DF and C3. RGB value is (166,223,195). Sum of RGB (Red+Green+Blue) = 166+223+195=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFC3 is #59203C. Grayscale: #CACACA. Windows color (decimal): -5840957 or 12836774. OLE color: 12836774.

HSL color Cylindrical-coordinate representation of color #A6DFC3: hue angle of 150.53º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB166223195-
CMYK0.2600.130.13
HSL150.53º47.11%76.27%-
HSV(B)150.53º25.56%87.45%-
XYZ51.9664.8261.4-
YUV202.76123.62101.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 195 (76.56% from 255) = 33.39%
R=28.42%
G=38.18%
B=33.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231950.2600.130.13150.5347.1176.27
HexA6DFC31A0DD972f4c
Octal246337303320151522757114
Binary10100110110111111100001111010011011101100101111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFC3; }

 p { color: rgb(166,223,195); }

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

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

 a { background-color: rgb(166,223,195); }

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

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

 span { border-color: rgb(166,223,195); }

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