#A4FECF

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

Shades of Magic Mint #A4FECF

Tints of Magic Mint #A4FECF

Color information

#A4FECF (or 0xA4FECF) is unknown color: approx Magic Mint. HEX triplet: A4, FE and CF. RGB value is (164,254,207). Sum of RGB (Red+Green+Blue) = 164+254+207=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FECF is #5B0130. Grayscale: #DDDDDD. Windows color (decimal): -5964081 or 13631140. OLE color: 13631140.

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

Color convert

RGB164254207-
CMYK0.3500.190.00
HSL148.67º97.83%81.96%-
HSV(B)148.67º35.43%99.61%-
XYZ62.0183.2871.84-
YUV221.73119.6886.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.24%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=26.24%
G=40.64%
B=33.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542070.3500.190.00148.6797.8381.96
HexA4FECF230130956252
Octal244376317430230225142122
Binary10100100111111101100111110001101001101001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FECF; }

 p { color: rgb(164,254,207); }

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

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

 a { background-color: rgb(164,254,207); }

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

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

 span { border-color: rgb(164,254,207); }

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