#A4FCCD

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

Shades of Magic Mint #A4FCCD

Tints of Magic Mint #A4FCCD

Color information

#A4FCCD (or 0xA4FCCD) is unknown color: approx Magic Mint. HEX triplet: A4, FC and CD. RGB value is (164,252,205). Sum of RGB (Red+Green+Blue) = 164+252+205=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCCD is #5B0332. Grayscale: #DCDCDC. Windows color (decimal): -5964595 or 13499556. OLE color: 13499556.

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

Color convert

RGB164252205-
CMYK0.3500.190.01
HSL147.95º93.62%81.57%-
HSV(B)147.95º34.92%98.82%-
XYZ61.1481.9270.35-
YUV220.33119.3587.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.41%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=26.41%
G=40.58%
B=33.01%

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
Decimal1642522050.3500.190.01147.9593.6281.57
HexA4FCCD230131945e52
Octal244374315430231224136122
Binary10100100111111001100110110001101001111001010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCCD; }

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

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

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

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

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

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

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

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