#A7FEDC

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

Shades of Magic Mint #A7FEDC

Tints of Magic Mint #A7FEDC

Color information

#A7FEDC (or 0xA7FEDC) is unknown color: approx Magic Mint. HEX triplet: A7, FE and DC. RGB value is (167,254,220). Sum of RGB (Red+Green+Blue) = 167+254+220=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FEDC is #580123. Grayscale: #E0E0E0. Windows color (decimal): -5767460 or 14483111. OLE color: 14483111.

HSL color Cylindrical-coordinate representation of color #A7FEDC: hue angle of 156.55º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FEDC is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB167254220-
CMYK0.3400.130.00
HSL156.55º97.75%82.55%-
HSV(B)156.55º34.25%99.61%-
XYZ64.384.2780.59-
YUV224.11125.6887.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.05%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=26.05%
G=39.63%
B=34.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672542200.3400.130.00156.5597.7582.55
HexA7FEDC220D09d6253
Octal247376334420150235142123
Binary1010011111111110110111001000100110101001110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FEDC; }

 p { color: rgb(167,254,220); }

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

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

 a { background-color: rgb(167,254,220); }

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

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

 span { border-color: rgb(167,254,220); }

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