#A6ECD4

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

Shades of Magic Mint #A6ECD4

Tints of Magic Mint #A6ECD4

Color information

#A6ECD4 (or 0xA6ECD4) is unknown color: approx Magic Mint. HEX triplet: A6, EC and D4. RGB value is (166,236,212). Sum of RGB (Red+Green+Blue) = 166+236+212=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD4 is #59132B. Grayscale: #D4D4D4. Windows color (decimal): -5837612 or 13954214. OLE color: 13954214.

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

Color convert

RGB166236212-
CMYK0.3000.100.07
HSL159.43º64.81%78.82%-
HSV(B)159.43º29.66%92.55%-
XYZ57.6172.8573.31-
YUV212.33127.8194.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=27.04%
G=38.44%
B=34.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662362120.3000.100.07159.4364.8178.82
HexA6ECD41E0A79f414f
Octal246354324360127237101117
Binary10100110111011001101010011110010101111001111110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECD4; }

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

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

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

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

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

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

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

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