#A4FDCB

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

Shades of Magic Mint #A4FDCB

Tints of Magic Mint #A4FDCB

Color information

#A4FDCB (or 0xA4FDCB) is unknown color: approx Magic Mint. HEX triplet: A4, FD and CB. RGB value is (164,253,203). Sum of RGB (Red+Green+Blue) = 164+253+203=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDCB is #5B0234. Grayscale: #DCDCDC. Windows color (decimal): -5964341 or 13368740. OLE color: 13368740.

HSL color Cylindrical-coordinate representation of color #A4FDCB: hue angle of 146.29º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FDCB is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB164253203-
CMYK0.3500.200.01
HSL146.29º95.7%81.76%-
HSV(B)146.29º35.18%99.22%-
XYZ61.2182.4569.19-
YUV220.69118.0187.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=26.45%
G=40.81%
B=32.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642532030.3500.200.01146.2995.781.76
HexA4FDCB230141926052
Octal244375313430241222140122
Binary10100100111111011100101110001101010011001001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDCB; }

 p { color: rgb(164,253,203); }

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

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

 a { background-color: rgb(164,253,203); }

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

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

 span { border-color: rgb(164,253,203); }

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