#A4FABE

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

Shades of Magic Mint #A4FABE

Tints of Magic Mint #A4FABE

Color information

#A4FABE (or 0xA4FABE) is unknown color: approx Magic Mint. HEX triplet: A4, FA and BE. RGB value is (164,250,190). Sum of RGB (Red+Green+Blue) = 164+250+190=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FABE is #5B0541. Grayscale: #D9D9D9. Windows color (decimal): -5965122 or 12516004. OLE color: 12516004.

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

Color convert

RGB164250190-
CMYK0.3400.240.02
HSL138.14º89.58%81.18%-
HSV(B)138.14º34.4%98.04%-
XYZ58.7979.9861.05-
YUV217.45112.5189.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=27.15%
G=41.39%
B=31.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501900.3400.240.02138.1489.5881.18
HexA4FABE2201828a5a51
Octal244372276420302212132121
Binary101001001111101010111110100010011000101000101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FABE; }

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

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

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

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

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

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

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

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