#A6E5CB

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

Shades of Magic Mint #A6E5CB

Tints of Magic Mint #A6E5CB

Color information

#A6E5CB (or 0xA6E5CB) is unknown color: approx Magic Mint. HEX triplet: A6, E5 and CB. RGB value is (166,229,203). Sum of RGB (Red+Green+Blue) = 166+229+203=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5CB is #591A34. Grayscale: #CFCFCF. Windows color (decimal): -5839413 or 13362598. OLE color: 13362598.

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

Color convert

RGB166229203-
CMYK0.2800.110.10
HSL155.24º54.78%77.45%-
HSV(B)155.24º27.51%89.8%-
XYZ54.5268.4666.84-
YUV207.2125.6398.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.76%
GREEN value IS 229 (89.84% from 255) = 38.29%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=27.76%
G=38.29%
B=33.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662292030.2800.110.10155.2454.7877.45
HexA6E5CB1C0BA9b374d
Octal246345313340131223367115
Binary10100110111001011100101111100010111010100110111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E5CB; }

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

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

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

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

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

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

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

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