#A6FDDC

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

Shades of Magic Mint #A6FDDC

Tints of Magic Mint #A6FDDC

Color information

#A6FDDC (or 0xA6FDDC) is unknown color: approx Magic Mint. HEX triplet: A6, FD and DC. RGB value is (166,253,220). Sum of RGB (Red+Green+Blue) = 166+253+220=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDDC is #590223. Grayscale: #DFDFDF. Windows color (decimal): -5833252 or 14482854. OLE color: 14482854.

HSL color Cylindrical-coordinate representation of color #A6FDDC: hue angle of 157.24º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDDC is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB166253220-
CMYK0.3400.130.01
HSL157.24º95.6%82.16%-
HSV(B)157.24º34.39%99.22%-
XYZ63.7783.5280.47-
YUV223.22126.1887.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.98%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=25.98%
G=39.59%
B=34.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662532200.3400.130.01157.2495.682.16
HexA6FDDC220D19d6052
Octal246375334420151235140122
Binary1010011011111101110111001000100110111001110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FDDC; }

 p { color: rgb(166,253,220); }

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

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

 a { background-color: rgb(166,253,220); }

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

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

 span { border-color: rgb(166,253,220); }

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