#A7FED6

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

Shades of Magic Mint #A7FED6

Tints of Magic Mint #A7FED6

Color information

#A7FED6 (or 0xA7FED6) is unknown color: approx Magic Mint. HEX triplet: A7, FE and D6. RGB value is (167,254,214). Sum of RGB (Red+Green+Blue) = 167+254+214=635 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.30% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FED6 is #580129. Grayscale: #DFDFDF. Windows color (decimal): -5767466 or 14089895. OLE color: 14089895.

HSL color Cylindrical-coordinate representation of color #A7FED6: hue angle of 152.41º 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 #A7FED6 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB167254214-
CMYK0.3400.160.00
HSL152.41º97.75%82.55%-
HSV(B)152.41º34.25%99.61%-
XYZ63.5283.9576.48-
YUV223.43122.6887.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.30%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=26.30%
G=40%
B=33.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672542140.3400.160.00152.4197.7582.55
HexA7FED6220100986253
Octal247376326420200230142123
Binary10100111111111101101011010001001000001001100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FED6; }

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

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

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

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

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

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

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

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