#A4FBD4

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

Shades of Magic Mint #A4FBD4

Tints of Magic Mint #A4FBD4

Color information

#A4FBD4 (or 0xA4FBD4) is unknown color: approx Magic Mint. HEX triplet: A4, FB and D4. RGB value is (164,251,212). Sum of RGB (Red+Green+Blue) = 164+251+212=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBD4 is #5B042B. Grayscale: #DCDCDC. Windows color (decimal): -5964844 or 13958052. OLE color: 13958052.

HSL color Cylindrical-coordinate representation of color #A4FBD4: hue angle of 153.1º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBD4 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB164251212-
CMYK0.3500.160.02
HSL153.1º91.58%81.37%-
HSV(B)153.1º34.66%98.43%-
XYZ61.6981.6474.79-
YUV220.54123.1887.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.16%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=26.16%
G=40.03%
B=33.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642512120.3500.160.02153.191.5881.37
HexA4FBD4230102995c51
Octal244373324430202231134121
Binary101001001111101111010100100011010000101001100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FBD4; }

 p { color: rgb(164,251,212); }

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

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

 a { background-color: rgb(164,251,212); }

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

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

 span { border-color: rgb(164,251,212); }

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