#a4f6d0

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

Shades of Magic Mint #A4F6D0

Tints of Magic Mint #A4F6D0

Color information

#A4F6D0 (or 0xA4F6D0) is unknown color: approx Magic Mint. HEX triplet: A4, F6 and D0. RGB value is (164,246,208). Sum of RGB (Red+Green+Blue) = 164+246+208=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F6D0 is #5B092F. Grayscale: #D9D9D9. Windows color (decimal): -5966128 or 13694628. OLE color: 13694628.

HSL color Cylindrical-coordinate representation of color #A4F6D0: hue angle of 152.2º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F6D0 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB164246208-
CMYK0.3300.150.04
HSL152.2º82%80.39%-
HSV(B)152.2º33.33%96.47%-
XYZ59.6578.3671.66-
YUV217.15122.8390.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.54%
GREEN value IS 246 (96.48% from 255) = 39.81%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=26.54%
G=39.81%
B=33.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642462080.3300.150.04152.28280.39
HexA4F6D0210F4985250
Octal244366320410174230122120
Binary101001001111011011010000100001011111001001100010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4f6d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4f6d0; }

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

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

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

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

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

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

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

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