#A4FCCC

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

Shades of Magic Mint #A4FCCC

Tints of Magic Mint #A4FCCC

Color information

#A4FCCC (or 0xA4FCCC) is unknown color: approx Magic Mint. HEX triplet: A4, FC and CC. RGB value is (164,252,204). Sum of RGB (Red+Green+Blue) = 164+252+204=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCCC is #5B0333. Grayscale: #DCDCDC. Windows color (decimal): -5964596 or 13434020. OLE color: 13434020.

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

Color convert

RGB164252204-
CMYK0.3500.190.01
HSL147.27º93.62%81.57%-
HSV(B)147.27º34.92%98.82%-
XYZ61.0281.8769.71-
YUV220.22118.8587.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=26.45%
G=40.65%
B=32.90%

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
Decimal1642522040.3500.190.01147.2793.6281.57
HexA4FCCC230131935e52
Octal244374314430231223136122
Binary10100100111111001100110010001101001111001001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCCC; }

 p { color: rgb(164,252,204); }

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

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

 a { background-color: rgb(164,252,204); }

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

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

 span { border-color: rgb(164,252,204); }

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