#A6FDBF

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

Shades of Magic Mint #A6FDBF

Tints of Magic Mint #A6FDBF

Color information

#A6FDBF (or 0xA6FDBF) is unknown color: approx Magic Mint. HEX triplet: A6, FD and BF. RGB value is (166,253,191). Sum of RGB (Red+Green+Blue) = 166+253+191=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDBF is #590240. Grayscale: #DCDCDC. Windows color (decimal): -5833281 or 12582310. OLE color: 12582310.

HSL color Cylindrical-coordinate representation of color #A6FDBF: hue angle of 137.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 #A6FDBF is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB166253191-
CMYK0.3400.250.01
HSL137.24º95.6%82.16%-
HSV(B)137.24º34.39%99.22%-
XYZ60.2682.1261.97-
YUV219.92111.6889.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 191 (75% from 255) = 31.31%
R=27.21%
G=41.48%
B=31.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662531910.3400.250.01137.2495.682.16
HexA6FDBF220191896052
Octal246375277420311211140122
Binary10100110111111011011111110001001100111000100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FDBF; }

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

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

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

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

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

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

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

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