#A6F8CC

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

Shades of Magic Mint #A6F8CC

Tints of Magic Mint #A6F8CC

Color information

#A6F8CC (or 0xA6F8CC) is unknown color: approx Magic Mint. HEX triplet: A6, F8 and CC. RGB value is (166,248,204). Sum of RGB (Red+Green+Blue) = 166+248+204=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8CC is #590733. Grayscale: #DADADA. Windows color (decimal): -5834548 or 13432998. OLE color: 13432998.

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

Color convert

RGB166248204-
CMYK0.3300.180.03
HSL147.8º85.42%81.18%-
HSV(B)147.8º33.06%97.25%-
XYZ60.1979.669.32-
YUV218.47119.8390.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.86%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=26.86%
G=40.13%
B=33.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662482040.3300.180.03147.885.4281.18
HexA6F8CC210123945551
Octal246370314410223224125121
Binary101001101111100011001100100001010010111001010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F8CC; }

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

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

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

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

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

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

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

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