#A4F2D6

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

Shades of Magic Mint #A4F2D6

Tints of Magic Mint #A4F2D6

Color information

#A4F2D6 (or 0xA4F2D6) is unknown color: approx Magic Mint. HEX triplet: A4, F2 and D6. RGB value is (164,242,214). Sum of RGB (Red+Green+Blue) = 164+242+214=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F2D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F2D6 is #5B0D29. Grayscale: #D7D7D7. Windows color (decimal): -5967146 or 14086820. OLE color: 14086820.

HSL color Cylindrical-coordinate representation of color #A4F2D6: hue angle of 158.46º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F2D6 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB164242214-
CMYK0.3200.120.05
HSL158.46º75%79.61%-
HSV(B)158.46º32.23%94.9%-
XYZ59.276.2575.22-
YUV215.49127.1691.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=26.45%
G=39.03%
B=34.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642422140.3200.120.05158.467579.61
HexA4F2D6200C59e4b50
Octal244362326400145236113120
Binary101001001111001011010110100000011001011001111010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F2D6; }

 p { color: rgb(164,242,214); }

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

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

 a { background-color: rgb(164,242,214); }

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

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

 span { border-color: rgb(164,242,214); }

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