#A4F1D0

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

Shades of Magic Mint #A4F1D0

Tints of Magic Mint #A4F1D0

Color information

#A4F1D0 (or 0xA4F1D0) is unknown color: approx Magic Mint. HEX triplet: A4, F1 and D0. RGB value is (164,241,208). Sum of RGB (Red+Green+Blue) = 164+241+208=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F1D0 is #5B0E2F. Grayscale: #D6D6D6. Windows color (decimal): -5967408 or 13693348. OLE color: 13693348.

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

Color convert

RGB164241208-
CMYK0.3200.140.05
HSL154.29º73.33%79.41%-
HSV(B)154.29º31.95%94.51%-
XYZ58.1575.3671.16-
YUV214.21124.4992.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.75%
GREEN value IS 241 (94.53% from 255) = 39.31%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=26.75%
G=39.31%
B=33.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642412080.3200.140.05154.2973.3379.41
HexA4F1D0200E59a494f
Octal244361320400165232111117
Binary101001001111000111010000100000011101011001101010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F1D0; }

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

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

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

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

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

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

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

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