#A4FDC4

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

Shades of Magic Mint #A4FDC4

Tints of Magic Mint #A4FDC4

Color information

#A4FDC4 (or 0xA4FDC4) is unknown color: approx Magic Mint. HEX triplet: A4, FD and C4. RGB value is (164,253,196). Sum of RGB (Red+Green+Blue) = 164+253+196=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDC4 is #5B023B. Grayscale: #DCDCDC. Windows color (decimal): -5964348 or 12909988. OLE color: 12909988.

HSL color Cylindrical-coordinate representation of color #A4FDC4: hue angle of 141.57º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FDC4 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB164253196-
CMYK0.3500.230.01
HSL141.57º95.7%81.76%-
HSV(B)141.57º35.18%99.22%-
XYZ60.482.1364.89-
YUV219.89114.5188.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.75%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=26.75%
G=41.27%
B=31.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531960.3500.230.01141.5795.781.76
HexA4FDC42301718e6052
Octal244375304430271216140122
Binary10100100111111011100010010001101011111000111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDC4; }

 p { color: rgb(164,253,196); }

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

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

 a { background-color: rgb(164,253,196); }

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

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

 span { border-color: rgb(164,253,196); }

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