#A6F8C6

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

Shades of Magic Mint #A6F8C6

Tints of Magic Mint #A6F8C6

Color information

#A6F8C6 (or 0xA6F8C6) is unknown color: approx Magic Mint. HEX triplet: A6, F8 and C6. RGB value is (166,248,198). Sum of RGB (Red+Green+Blue) = 166+248+198=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8C6 is #590739. Grayscale: #D9D9D9. Windows color (decimal): -5834554 or 13039782. OLE color: 13039782.

HSL color Cylindrical-coordinate representation of color #A6F8C6: hue angle of 143.41º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F8C6 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB166248198-
CMYK0.3300.200.03
HSL143.41º85.42%81.18%-
HSV(B)143.41º33.06%97.25%-
XYZ59.4979.3265.6-
YUV217.78116.8391.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.12%
GREEN value IS 248 (97.27% from 255) = 40.52%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=27.12%
G=40.52%
B=32.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662481980.3300.200.03143.4185.4281.18
HexA6F8C62101438f5551
Octal246370306410243217125121
Binary101001101111100011000110100001010100111000111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F8C6; }

 p { color: rgb(166,248,198); }

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

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

 a { background-color: rgb(166,248,198); }

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

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

 span { border-color: rgb(166,248,198); }

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