#A4F1D4

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

Shades of Magic Mint #A4F1D4

Tints of Magic Mint #A4F1D4

Color information

#A4F1D4 (or 0xA4F1D4) is unknown color: approx Magic Mint. HEX triplet: A4, F1 and D4. RGB value is (164,241,212). Sum of RGB (Red+Green+Blue) = 164+241+212=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F1D4 is #5B0E2B. Grayscale: #D6D6D6. Windows color (decimal): -5967404 or 13955492. OLE color: 13955492.

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

Color convert

RGB164241212-
CMYK0.3200.120.05
HSL157.4º73.33%79.41%-
HSV(B)157.4º31.95%94.51%-
XYZ58.6575.5673.78-
YUV214.67126.4991.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.58%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=26.58%
G=39.06%
B=34.36%

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
Decimal1642412120.3200.120.05157.473.3379.41
HexA4F1D4200C59d494f
Octal244361324400145235111117
Binary101001001111000111010100100000011001011001110110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F1D4; }

 p { color: rgb(164,241,212); }

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

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

 a { background-color: rgb(164,241,212); }

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

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

 span { border-color: rgb(164,241,212); }

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