#A6E2CB

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

Shades of Magic Mint #A6E2CB

Tints of Magic Mint #A6E2CB

Color information

#A6E2CB (or 0xA6E2CB) is unknown color: approx Magic Mint. HEX triplet: A6, E2 and CB. RGB value is (166,226,203). Sum of RGB (Red+Green+Blue) = 166+226+203=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2CB is #591D34. Grayscale: #CDCDCD. Windows color (decimal): -5840181 or 13361830. OLE color: 13361830.

HSL color Cylindrical-coordinate representation of color #A6E2CB: hue angle of 157º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2CB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB166226203-
CMYK0.2700.100.11
HSL157º50.85%76.86%-
HSV(B)157º26.55%88.63%-
XYZ53.766.8166.57-
YUV205.44126.6299.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 226 (88.67% from 255) = 37.98%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=27.90%
G=37.98%
B=34.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662262030.2700.100.1115750.8576.86
HexA6E2CB1B0AB9d334d
Octal246342313330121323563115
Binary10100110111000101100101111011010101011100111011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2CB; }

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

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

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

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

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

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

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

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