#A7FEDD

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

Shades of Magic Mint #A7FEDD

Tints of Magic Mint #A7FEDD

Color information

#A7FEDD (or 0xA7FEDD) is unknown color: approx Magic Mint. HEX triplet: A7, FE and DD. RGB value is (167,254,221). Sum of RGB (Red+Green+Blue) = 167+254+221=642 (85% of max value = 765). Red value is 167 (65.62% from 255 or 26.01% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FEDD is #580122. Grayscale: #E0E0E0. Windows color (decimal): -5767459 or 14548647. OLE color: 14548647.

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

Color convert

RGB167254221-
CMYK0.3400.130.00
HSL157.24º97.75%82.55%-
HSV(B)157.24º34.25%99.61%-
XYZ64.4384.3281.29-
YUV224.22126.1887.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.01%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=26.01%
G=39.56%
B=34.42%

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
Decimal1672542210.3400.130.00157.2497.7582.55
HexA7FEDD220D09d6253
Octal247376335420150235142123
Binary1010011111111110110111011000100110101001110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FEDD; }

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

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

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

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

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

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

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

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