#A4F1D2

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

Shades of Magic Mint #A4F1D2

Tints of Magic Mint #A4F1D2

Color information

#A4F1D2 (or 0xA4F1D2) is unknown color: approx Magic Mint. HEX triplet: A4, F1 and D2. RGB value is (164,241,210). Sum of RGB (Red+Green+Blue) = 164+241+210=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F1D2 is #5B0E2D. Grayscale: #D6D6D6. Windows color (decimal): -5967406 or 13824420. OLE color: 13824420.

HSL color Cylindrical-coordinate representation of color #A4F1D2: hue angle of 155.84º 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 #A4F1D2 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB164241210-
CMYK0.3200.130.05
HSL155.84º73.33%79.41%-
HSV(B)155.84º31.95%94.51%-
XYZ58.475.4672.46-
YUV214.44125.4992.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 241 (94.53% from 255) = 39.19%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=26.67%
G=39.19%
B=34.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642412100.3200.130.05155.8473.3379.41
HexA4F1D2200D59c494f
Octal244361322400155234111117
Binary101001001111000111010010100000011011011001110010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F1D2; }

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

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

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

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

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

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

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

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