#A6FCDD

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

Shades of Magic Mint #A6FCDD

Tints of Magic Mint #A6FCDD

Color information

#A6FCDD (or 0xA6FCDD) is unknown color: approx Magic Mint. HEX triplet: A6, FC and DD. RGB value is (166,252,221). Sum of RGB (Red+Green+Blue) = 166+252+221=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCDD is #590322. Grayscale: #DEDEDE. Windows color (decimal): -5833507 or 14548134. OLE color: 14548134.

HSL color Cylindrical-coordinate representation of color #A6FCDD: hue angle of 158.37º degrees, saturation: 0.93, 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 #A6FCDD is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB166252221-
CMYK0.3400.120.01
HSL158.37º93.48%81.96%-
HSV(B)158.37º34.13%98.82%-
XYZ63.5982.9581.07-
YUV222.75127.0187.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.98%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=25.98%
G=39.44%
B=34.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662522210.3400.120.01158.3793.4881.96
HexA6FCDD220C19e5d52
Octal246374335420141236135122
Binary1010011011111100110111011000100110011001111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FCDD; }

 p { color: rgb(166,252,221); }

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

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

 a { background-color: rgb(166,252,221); }

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

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

 span { border-color: rgb(166,252,221); }

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