#A4FAC9

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

Shades of Magic Mint #A4FAC9

Tints of Magic Mint #A4FAC9

Color information

#A4FAC9 (or 0xA4FAC9) is unknown color: approx Magic Mint. HEX triplet: A4, FA and C9. RGB value is (164,250,201). Sum of RGB (Red+Green+Blue) = 164+250+201=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAC9 is #5B0536. Grayscale: #DADADA. Windows color (decimal): -5965111 or 13236900. OLE color: 13236900.

HSL color Cylindrical-coordinate representation of color #A4FAC9: hue angle of 145.81º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAC9 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB164250201-
CMYK0.3400.200.02
HSL145.81º89.58%81.18%-
HSV(B)145.81º34.4%98.04%-
XYZ60.0480.4867.63-
YUV218.7118.0188.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=26.67%
G=40.65%
B=32.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642502010.3400.200.02145.8189.5881.18
HexA4FAC9220142925a51
Octal244372311420242222132121
Binary101001001111101011001001100010010100101001001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAC9; }

 p { color: rgb(164,250,201); }

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

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

 a { background-color: rgb(164,250,201); }

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

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

 span { border-color: rgb(164,250,201); }

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