#A6F6D0

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

Shades of Magic Mint #A6F6D0

Tints of Magic Mint #A6F6D0

Color information

#A6F6D0 (or 0xA6F6D0) is unknown color: approx Magic Mint. HEX triplet: A6, F6 and D0. RGB value is (166,246,208). Sum of RGB (Red+Green+Blue) = 166+246+208=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F6D0 is #59092F. Grayscale: #D9D9D9. Windows color (decimal): -5835056 or 13694630. OLE color: 13694630.

HSL color Cylindrical-coordinate representation of color #A6F6D0: hue angle of 151.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F6D0 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB166246208-
CMYK0.3300.150.04
HSL151.5º81.63%80.78%-
HSV(B)151.5º32.52%96.47%-
XYZ60.0778.5771.67-
YUV217.75122.591.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.77%
GREEN value IS 246 (96.48% from 255) = 39.68%
BLUE value IS 208 (81.64% from 255) = 33.55%
R=26.77%
G=39.68%
B=33.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662462080.3300.150.04151.581.6380.78
HexA6F6D0210F4985251
Octal246366320410174230122121
Binary101001101111011011010000100001011111001001100010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F6D0; }

 p { color: rgb(166,246,208); }

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

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

 a { background-color: rgb(166,246,208); }

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

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

 span { border-color: rgb(166,246,208); }

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