#A4F8C4

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

Shades of Magic Mint #A4F8C4

Tints of Magic Mint #A4F8C4

Color information

#A4F8C4 (or 0xA4F8C4) is unknown color: approx Magic Mint. HEX triplet: A4, F8 and C4. RGB value is (164,248,196). Sum of RGB (Red+Green+Blue) = 164+248+196=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F8C4 is #5B073B. Grayscale: #D9D9D9. Windows color (decimal): -5965628 or 12908708. OLE color: 12908708.

HSL color Cylindrical-coordinate representation of color #A4F8C4: hue angle of 142.86º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F8C4 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB164248196-
CMYK0.3400.210.03
HSL142.86º85.71%80.78%-
HSV(B)142.86º33.87%97.25%-
XYZ58.8479.0164.37-
YUV216.96116.1790.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.97%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=26.97%
G=40.79%
B=32.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642481960.3400.210.03142.8685.7180.78
HexA4F8C42201538f5651
Octal244370304420253217126121
Binary101001001111100011000100100010010101111000111110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F8C4; }

 p { color: rgb(164,248,196); }

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

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

 a { background-color: rgb(164,248,196); }

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

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

 span { border-color: rgb(164,248,196); }

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