#A6ECD0

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

Shades of Magic Mint #A6ECD0

Tints of Magic Mint #A6ECD0

Color information

#A6ECD0 (or 0xA6ECD0) is unknown color: approx Magic Mint. HEX triplet: A6, EC and D0. RGB value is (166,236,208). Sum of RGB (Red+Green+Blue) = 166+236+208=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD0 is #59132F. Grayscale: #D3D3D3. Windows color (decimal): -5837616 or 13692070. OLE color: 13692070.

HSL color Cylindrical-coordinate representation of color #A6ECD0: hue angle of 156º 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 #A6ECD0 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB166236208-
CMYK0.3000.120.07
HSL156º64.81%78.82%-
HSV(B)156º29.66%92.55%-
XYZ57.1172.6570.69-
YUV211.88125.8195.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=27.21%
G=38.69%
B=34.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662362080.3000.120.0715664.8178.82
HexA6ECD01E0C79c414f
Octal246354320360147234101117
Binary10100110111011001101000011110011001111001110010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECD0; }

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

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

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

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

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

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

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

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