#A6F7CC

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

Shades of Magic Mint #A6F7CC

Tints of Magic Mint #A6F7CC

Color information

#A6F7CC (or 0xA6F7CC) is unknown color: approx Magic Mint. HEX triplet: A6, F7 and CC. RGB value is (166,247,204). Sum of RGB (Red+Green+Blue) = 166+247+204=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F7CC is #590833. Grayscale: #D9D9D9. Windows color (decimal): -5834804 or 13432742. OLE color: 13432742.

HSL color Cylindrical-coordinate representation of color #A6F7CC: hue angle of 148.15º degrees, saturation: 0.84, 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 #A6F7CC is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB166247204-
CMYK0.3300.170.03
HSL148.15º83.51%80.98%-
HSV(B)148.15º32.79%96.86%-
XYZ59.8978.9969.22-
YUV217.88120.1691-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 247 (96.88% from 255) = 40.03%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=26.90%
G=40.03%
B=33.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662472040.3300.170.03148.1583.5180.98
HexA6F7CC210113945451
Octal246367314410213224124121
Binary101001101111011111001100100001010001111001010010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F7CC; }

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

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

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

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

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

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

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

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