#A6FFCB

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

Shades of Magic Mint #A6FFCB

Tints of Magic Mint #A6FFCB

Color information

#A6FFCB (or 0xA6FFCB) is unknown color: approx Magic Mint. HEX triplet: A6, FF and CB. RGB value is (166,255,203). Sum of RGB (Red+Green+Blue) = 166+255+203=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFCB is #590034. Grayscale: #DEDEDE. Windows color (decimal): -5832757 or 13369254. OLE color: 13369254.

HSL color Cylindrical-coordinate representation of color #A6FFCB: hue angle of 144.94º 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 #A6FFCB is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB166255203-
CMYK0.3500.200
HSL144.94º100%82.55%-
HSV(B)144.94º34.9%100%-
XYZ62.2783.9469.42-
YUV222.46117.0187.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.60%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=26.60%
G=40.87%
B=32.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552030.3500.200144.9410082.55
HexA6FFCB230140916453
Octal246377313430240221144123
Binary10100110111111111100101110001101010001001000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFCB; }

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

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

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

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

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

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

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

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