#A3F8CC

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

Shades of Magic Mint #A3F8CC

Tints of Magic Mint #A3F8CC

Color information

#A3F8CC (or 0xA3F8CC) is unknown color: approx Magic Mint. HEX triplet: A3, F8 and CC. RGB value is (163,248,204). Sum of RGB (Red+Green+Blue) = 163+248+204=615 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.50% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8CC is #5C0733. Grayscale: #D9D9D9. Windows color (decimal): -6031156 or 13432995. OLE color: 13432995.

HSL color Cylindrical-coordinate representation of color #A3F8CC: hue angle of 148.94º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F8CC is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB163248204-
CMYK0.3400.180.03
HSL148.94º85.86%80.59%-
HSV(B)148.94º34.27%97.25%-
XYZ59.5779.2869.29-
YUV217.57120.3489.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.50%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=26.50%
G=40.33%
B=33.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1632482040.3400.180.03148.9485.8680.59
HexA3F8CC220123955651
Octal243370314420223225126121
Binary101000111111100011001100100010010010111001010110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F8CC; }

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

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

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

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

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

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

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

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