#A6EDD6

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

Shades of Magic Mint #A6EDD6

Tints of Magic Mint #A6EDD6

Color information

#A6EDD6 (or 0xA6EDD6) is unknown color: approx Magic Mint. HEX triplet: A6, ED and D6. RGB value is (166,237,214). Sum of RGB (Red+Green+Blue) = 166+237+214=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDD6 is #591229. Grayscale: #D5D5D5. Windows color (decimal): -5837354 or 14085542. OLE color: 14085542.

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

Color convert

RGB166237214-
CMYK0.3000.100.07
HSL160.56º66.36%79.02%-
HSV(B)160.56º29.96%92.94%-
XYZ58.1573.5374.75-
YUV213.15128.4894.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=26.90%
G=38.41%
B=34.68%

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
Decimal1662372140.3000.100.07160.5666.3679.02
HexA6EDD61E0A7a1424f
Octal246355326360127241102117
Binary10100110111011011101011011110010101111010000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDD6; }

 p { color: rgb(166,237,214); }

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

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

 a { background-color: rgb(166,237,214); }

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

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

 span { border-color: rgb(166,237,214); }

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