#A6FBDE

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

Shades of Magic Mint #A6FBDE

Tints of Magic Mint #A6FBDE

Color information

#A6FBDE (or 0xA6FBDE) is unknown color: approx Magic Mint. HEX triplet: A6, FB and DE. RGB value is (166,251,222). Sum of RGB (Red+Green+Blue) = 166+251+222=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBDE is #590421. Grayscale: #DEDEDE. Windows color (decimal): -5833762 or 14613414. OLE color: 14613414.

HSL color Cylindrical-coordinate representation of color #A6FBDE: hue angle of 159.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBDE is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB166251222-
CMYK0.3400.120.02
HSL159.53º91.4%81.76%-
HSV(B)159.53º33.86%98.43%-
XYZ63.4182.3881.67-
YUV222.28127.8487.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.98%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=25.98%
G=39.28%
B=34.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512220.3400.120.02159.5391.481.76
HexA6FBDE220C2a05b52
Octal246373336420142240133122
Binary10100110111110111101111010001001100101010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBDE; }

 p { color: rgb(166,251,222); }

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

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

 a { background-color: rgb(166,251,222); }

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

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

 span { border-color: rgb(166,251,222); }

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