#A3FCCD

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

Shades of Magic Mint #A3FCCD

Tints of Magic Mint #A3FCCD

Color information

#A3FCCD (or 0xA3FCCD) is unknown color: approx Magic Mint. HEX triplet: A3, FC and CD. RGB value is (163,252,205). Sum of RGB (Red+Green+Blue) = 163+252+205=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCCD is #5C0332. Grayscale: #DCDCDC. Windows color (decimal): -6030131 or 13499555. OLE color: 13499555.

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

Color convert

RGB163252205-
CMYK0.3500.190.01
HSL148.31º93.68%81.37%-
HSV(B)148.31º35.32%98.82%-
XYZ60.9381.8270.34-
YUV220.03119.5187.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.29%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=26.29%
G=40.65%
B=33.06%

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
Decimal1632522050.3500.190.01148.3193.6881.37
HexA3FCCD230131945e51
Octal243374315430231224136121
Binary10100011111111001100110110001101001111001010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCCD; }

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

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

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

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

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

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

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

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