#A6EBC1

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

Shades of Magic Mint #A6EBC1

Tints of Magic Mint #A6EBC1

Color information

#A6EBC1 (or 0xA6EBC1) is unknown color: approx Magic Mint. HEX triplet: A6, EB and C1. RGB value is (166,235,193). Sum of RGB (Red+Green+Blue) = 166+235+193=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBC1 is #59143E. Grayscale: #D1D1D1. Windows color (decimal): -5837887 or 12708774. OLE color: 12708774.

HSL color Cylindrical-coordinate representation of color #A6EBC1: hue angle of 143.48º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBC1 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB166235193-
CMYK0.2900.180.08
HSL143.48º63.3%78.63%-
HSV(B)143.48º29.36%92.16%-
XYZ55.0671.3761.33-
YUV209.58118.6496.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=27.95%
G=39.56%
B=32.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662351930.2900.180.08143.4863.378.63
HexA6EBC11D01288f3f4f
Octal246353301350221021777117
Binary101001101110101111000001111010100101000100011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBC1; }

 p { color: rgb(166,235,193); }

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

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

 a { background-color: rgb(166,235,193); }

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

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

 span { border-color: rgb(166,235,193); }

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