#A3FBC8

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

Shades of Magic Mint #A3FBC8

Tints of Magic Mint #A3FBC8

Color information

#A3FBC8 (or 0xA3FBC8) is unknown color: approx Magic Mint. HEX triplet: A3, FB and C8. RGB value is (163,251,200). Sum of RGB (Red+Green+Blue) = 163+251+200=614 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.55% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBC8 is #5C0437. Grayscale: #DADADA. Windows color (decimal): -6030392 or 13171619. OLE color: 13171619.

HSL color Cylindrical-coordinate representation of color #A3FBC8: hue angle of 145.23º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBC8 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB163251200-
CMYK0.3500.200.02
HSL145.23º91.67%81.18%-
HSV(B)145.23º35.06%98.43%-
XYZ60.0380.9567.1-
YUV218.87117.3588.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.55%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=26.55%
G=40.88%
B=32.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632512000.3500.200.02145.2391.6781.18
HexA3FBC8230142915c51
Octal243373310430242221134121
Binary101000111111101111001000100011010100101001000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBC8; }

 p { color: rgb(163,251,200); }

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

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

 a { background-color: rgb(163,251,200); }

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

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

 span { border-color: rgb(163,251,200); }

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