#A6E6C5

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

Shades of Magic Mint #A6E6C5

Tints of Magic Mint #A6E6C5

Color information

#A6E6C5 (or 0xA6E6C5) is unknown color: approx Magic Mint. HEX triplet: A6, E6 and C5. RGB value is (166,230,197). Sum of RGB (Red+Green+Blue) = 166+230+197=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6C5 is #59193A. Grayscale: #CFCFCF. Windows color (decimal): -5839163 or 12969638. OLE color: 12969638.

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

Color convert

RGB166230197-
CMYK0.2800.140.10
HSL149.06º56.14%77.65%-
HSV(B)149.06º27.83%90.2%-
XYZ54.168.7363.24-
YUV207.1122.398.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.99%
GREEN value IS 230 (90.23% from 255) = 38.79%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=27.99%
G=38.79%
B=33.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662301970.2800.140.10149.0656.1477.65
HexA6E6C51C0EA95384e
Octal246346305340161222570116
Binary10100110111001101100010111100011101010100101011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E6C5; }

 p { color: rgb(166,230,197); }

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

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

 a { background-color: rgb(166,230,197); }

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

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

 span { border-color: rgb(166,230,197); }

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