#A4FDCD

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

Shades of Magic Mint #A4FDCD

Tints of Magic Mint #A4FDCD

Color information

#A4FDCD (or 0xA4FDCD) is unknown color: approx Magic Mint. HEX triplet: A4, FD and CD. RGB value is (164,253,205). Sum of RGB (Red+Green+Blue) = 164+253+205=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDCD is #5B0232. Grayscale: #DDDDDD. Windows color (decimal): -5964339 or 13499812. OLE color: 13499812.

HSL color Cylindrical-coordinate representation of color #A4FDCD: hue angle of 147.64º 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 #A4FDCD is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB164253205-
CMYK0.3500.190.01
HSL147.64º95.7%81.76%-
HSV(B)147.64º35.18%99.22%-
XYZ61.4582.5570.45-
YUV220.92119.0187.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.37%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=26.37%
G=40.68%
B=32.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642532050.3500.190.01147.6495.781.76
HexA4FDCD230131946052
Octal244375315430231224140122
Binary10100100111111011100110110001101001111001010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDCD; }

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

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

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

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

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

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

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

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