#A6FACC

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

Shades of Magic Mint #A6FACC

Tints of Magic Mint #A6FACC

Color information

#A6FACC (or 0xA6FACC) is unknown color: approx Magic Mint. HEX triplet: A6, FA and CC. RGB value is (166,250,204). Sum of RGB (Red+Green+Blue) = 166+250+204=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FACC is #590533. Grayscale: #DBDBDB. Windows color (decimal): -5834036 or 13433510. OLE color: 13433510.

HSL color Cylindrical-coordinate representation of color #A6FACC: hue angle of 147.14º degrees, saturation: 0.89, 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 #A6FACC is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB166250204-
CMYK0.3400.180.02
HSL147.14º89.36%81.57%-
HSV(B)147.14º33.6%98.04%-
XYZ60.8180.8469.52-
YUV219.64119.1789.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.77%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=26.77%
G=40.32%
B=32.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662502040.3400.180.02147.1489.3681.57
HexA6FACC220122935952
Octal246372314420222223131122
Binary101001101111101011001100100010010010101001001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FACC; }

 p { color: rgb(166,250,204); }

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

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

 a { background-color: rgb(166,250,204); }

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

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

 span { border-color: rgb(166,250,204); }

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