#A6E9CB

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

Shades of Magic Mint #A6E9CB

Tints of Magic Mint #A6E9CB

Color information

#A6E9CB (or 0xA6E9CB) is unknown color: approx Magic Mint. HEX triplet: A6, E9 and CB. RGB value is (166,233,203). Sum of RGB (Red+Green+Blue) = 166+233+203=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9CB is #591634. Grayscale: #D1D1D1. Windows color (decimal): -5838389 or 13363622. OLE color: 13363622.

HSL color Cylindrical-coordinate representation of color #A6E9CB: hue angle of 153.13º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9CB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB166233203-
CMYK0.2900.130.09
HSL153.13º60.36%78.24%-
HSV(B)153.13º28.76%91.37%-
XYZ55.6470.767.21-
YUV209.55124.396.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.57%
GREEN value IS 233 (91.41% from 255) = 38.70%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=27.57%
G=38.70%
B=33.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662332030.2900.130.09153.1360.3678.24
HexA6E9CB1D0D9993c4e
Octal246351313350151123174116
Binary10100110111010011100101111101011011001100110011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E9CB; }

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

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

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

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

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

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

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

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