#A4F3D8

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

Shades of Magic Mint #A4F3D8

Tints of Magic Mint #A4F3D8

Color information

#A4F3D8 (or 0xA4F3D8) is unknown color: approx Magic Mint. HEX triplet: A4, F3 and D8. RGB value is (164,243,216). Sum of RGB (Red+Green+Blue) = 164+243+216=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F3D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F3D8 is #5B0C27. Grayscale: #D8D8D8. Windows color (decimal): -5966888 or 14218148. OLE color: 14218148.

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

Color convert

RGB164243216-
CMYK0.3300.110.05
HSL159.49º76.7%79.8%-
HSV(B)159.49º32.51%95.29%-
XYZ59.7676.9576.67-
YUV216.3127.8390.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.32%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=26.32%
G=39.00%
B=34.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642432160.3300.110.05159.4976.779.8
HexA4F3D8210B59f4d50
Octal244363330410135237115120
Binary101001001111001111011000100001010111011001111110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F3D8; }

 p { color: rgb(164,243,216); }

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

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

 a { background-color: rgb(164,243,216); }

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

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

 span { border-color: rgb(164,243,216); }

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