#A6EFCA

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

Shades of Magic Mint #A6EFCA

Tints of Magic Mint #A6EFCA

Color information

#A6EFCA (or 0xA6EFCA) is unknown color: approx Magic Mint. HEX triplet: A6, EF and CA. RGB value is (166,239,202). Sum of RGB (Red+Green+Blue) = 166+239+202=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFCA is #591035. Grayscale: #D5D5D5. Windows color (decimal): -5836854 or 13299622. OLE color: 13299622.

HSL color Cylindrical-coordinate representation of color #A6EFCA: hue angle of 149.59º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFCA is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB166239202-
CMYK0.3100.150.06
HSL149.59º69.52%79.41%-
HSV(B)149.59º30.54%93.73%-
XYZ57.2574.167.16-
YUV212.95121.8294.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.35%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=27.35%
G=39.37%
B=33.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662392020.3100.150.06149.5969.5279.41
HexA6EFCA1F0F696464f
Octal246357312370176226106117
Binary10100110111011111100101011111011111101001011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EFCA; }

 p { color: rgb(166,239,202); }

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

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

 a { background-color: rgb(166,239,202); }

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

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

 span { border-color: rgb(166,239,202); }

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