#A3F8CB

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

Shades of Magic Mint #A3F8CB

Tints of Magic Mint #A3F8CB

Color information

#A3F8CB (or 0xA3F8CB) is unknown color: approx Magic Mint. HEX triplet: A3, F8 and CB. RGB value is (163,248,203). Sum of RGB (Red+Green+Blue) = 163+248+203=614 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.55% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8CB is #5C0734. Grayscale: #D9D9D9. Windows color (decimal): -6031157 or 13367459. OLE color: 13367459.

HSL color Cylindrical-coordinate representation of color #A3F8CB: hue angle of 148.24º 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 #A3F8CB is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB163248203-
CMYK0.3400.180.03
HSL148.24º85.86%80.59%-
HSV(B)148.24º34.27%97.25%-
XYZ59.4579.2368.66-
YUV217.46119.8489.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.55%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=26.55%
G=40.39%
B=33.06%

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
Decimal1632482030.3400.180.03148.2485.8680.59
HexA3F8CB220123945651
Octal243370313420223224126121
Binary101000111111100011001011100010010010111001010010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F8CB; }

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

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

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

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

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

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

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

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