#A6ECD2

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

Shades of Magic Mint #A6ECD2

Tints of Magic Mint #A6ECD2

Color information

#A6ECD2 (or 0xA6ECD2) is unknown color: approx Magic Mint. HEX triplet: A6, EC and D2. RGB value is (166,236,210). Sum of RGB (Red+Green+Blue) = 166+236+210=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD2 is #59132D. Grayscale: #D4D4D4. Windows color (decimal): -5837614 or 13823142. OLE color: 13823142.

HSL color Cylindrical-coordinate representation of color #A6ECD2: hue angle of 157.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECD2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB166236210-
CMYK0.3000.110.07
HSL157.71º64.81%78.82%-
HSV(B)157.71º29.66%92.55%-
XYZ57.3572.7571.99-
YUV212.11126.8195.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.12%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 210 (82.42% from 255) = 34.31%
R=27.12%
G=38.56%
B=34.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662362100.3000.110.07157.7164.8178.82
HexA6ECD21E0B79e414f
Octal246354322360137236101117
Binary10100110111011001101001011110010111111001111010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECD2; }

 p { color: rgb(166,236,210); }

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

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

 a { background-color: rgb(166,236,210); }

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

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

 span { border-color: rgb(166,236,210); }

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