#A6FFCC

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

Shades of Magic Mint #A6FFCC

Tints of Magic Mint #A6FFCC

Color information

#A6FFCC (or 0xA6FFCC) is unknown color: approx Magic Mint. HEX triplet: A6, FF and CC. RGB value is (166,255,204). Sum of RGB (Red+Green+Blue) = 166+255+204=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFCC is #590033. Grayscale: #DEDEDE. Windows color (decimal): -5832756 or 13434790. OLE color: 13434790.

HSL color Cylindrical-coordinate representation of color #A6FFCC: hue angle of 145.62º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFCC is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB166255204-
CMYK0.3500.20
HSL145.62º100%82.55%-
HSV(B)145.62º34.9%100%-
XYZ62.3883.9970.05-
YUV222.58117.5187.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=26.56%
G=40.8%
B=32.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552040.3500.20145.6210082.55
HexA6FFCC230140926453
Octal246377314430240222144123
Binary10100110111111111100110010001101010001001001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFCC; }

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

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

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

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

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

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

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

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