#A6E1CB

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

Shades of Magic Mint #A6E1CB

Tints of Magic Mint #A6E1CB

Color information

#A6E1CB (or 0xA6E1CB) is unknown color: approx Magic Mint. HEX triplet: A6, E1 and CB. RGB value is (166,225,203). Sum of RGB (Red+Green+Blue) = 166+225+203=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1CB is #591E34. Grayscale: #CCCCCC. Windows color (decimal): -5840437 or 13361574. OLE color: 13361574.

HSL color Cylindrical-coordinate representation of color #A6E1CB: hue angle of 157.63º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1CB is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB166225203-
CMYK0.2600.100.12
HSL157.63º49.58%76.67%-
HSV(B)157.63º26.22%88.24%-
XYZ53.4366.2766.48-
YUV204.85126.95100.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=27.95%
G=37.88%
B=34.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662252030.2600.100.12157.6349.5876.67
HexA6E1CB1A0AC9e324d
Octal246341313320121423662115
Binary10100110111000011100101111010010101100100111101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1CB; }

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

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

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

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

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

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

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

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