#A6FAC1

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

Shades of Magic Mint #A6FAC1

Tints of Magic Mint #A6FAC1

Color information

#A6FAC1 (or 0xA6FAC1) is unknown color: approx Magic Mint. HEX triplet: A6, FA and C1. RGB value is (166,250,193). Sum of RGB (Red+Green+Blue) = 166+250+193=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC1 is #59053E. Grayscale: #DADADA. Windows color (decimal): -5834047 or 12712614. OLE color: 12712614.

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

Color convert

RGB166250193-
CMYK0.3400.230.02
HSL139.29º89.36%81.57%-
HSV(B)139.29º33.6%98.04%-
XYZ59.5480.3362.82-
YUV218.39113.6790.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=27.26%
G=41.05%
B=31.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501930.3400.230.02139.2989.3681.57
HexA6FAC12201728b5952
Octal246372301420272213131122
Binary101001101111101011000001100010010111101000101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAC1; }

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

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

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

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

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

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

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

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