#A3FCCC

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

Shades of Magic Mint #A3FCCC

Tints of Magic Mint #A3FCCC

Color information

#A3FCCC (or 0xA3FCCC) is unknown color: approx Magic Mint. HEX triplet: A3, FC and CC. RGB value is (163,252,204). Sum of RGB (Red+Green+Blue) = 163+252+204=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCCC is #5C0333. Grayscale: #DCDCDC. Windows color (decimal): -6030132 or 13434019. OLE color: 13434019.

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

Color convert

RGB163252204-
CMYK0.3500.190.01
HSL147.64º93.68%81.37%-
HSV(B)147.64º35.32%98.82%-
XYZ60.8181.7769.7-
YUV219.92119.0187.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.33%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=26.33%
G=40.71%
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
Decimal1632522040.3500.190.01147.6493.6881.37
HexA3FCCC230131945e51
Octal243374314430231224136121
Binary10100011111111001100110010001101001111001010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCCC; }

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

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

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

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

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

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

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

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