#A6FFD5

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

Shades of Magic Mint #A6FFD5

Tints of Magic Mint #A6FFD5

Color information

#A6FFD5 (or 0xA6FFD5) is unknown color: approx Magic Mint. HEX triplet: A6, FF and D5. RGB value is (166,255,213). Sum of RGB (Red+Green+Blue) = 166+255+213=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFD5 is #59002A. Grayscale: #DFDFDF. Windows color (decimal): -5832747 or 14024614. OLE color: 14024614.

HSL color Cylindrical-coordinate representation of color #A6FFD5: hue angle of 151.69º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFD5 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB166255213-
CMYK0.3500.160
HSL151.69º100%82.55%-
HSV(B)151.69º34.9%100%-
XYZ63.584.4375.9-
YUV223.6122.0186.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.18%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=26.18%
G=40.22%
B=33.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552130.3500.160151.6910082.55
HexA6FFD5230100986453
Octal246377325430200230144123
Binary10100110111111111101010110001101000001001100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFD5; }

 p { color: rgb(166,255,213); }

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

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

 a { background-color: rgb(166,255,213); }

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

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

 span { border-color: rgb(166,255,213); }

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