#A3FBD5

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

Shades of Magic Mint #A3FBD5

Tints of Magic Mint #A3FBD5

Color information

#A3FBD5 (or 0xA3FBD5) is unknown color: approx Magic Mint. HEX triplet: A3, FB and D5. RGB value is (163,251,213). Sum of RGB (Red+Green+Blue) = 163+251+213=627 (83% of max value = 765). Red value is 163 (64.06% from 255 or 26.00% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBD5 is #5C042A. Grayscale: #DCDCDC. Windows color (decimal): -6030379 or 14023587. OLE color: 14023587.

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

Color convert

RGB163251213-
CMYK0.3500.150.02
HSL154.09º91.67%81.18%-
HSV(B)154.09º35.06%98.43%-
XYZ61.6181.5875.45-
YUV220.36123.8587.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.00%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=26.00%
G=40.03%
B=33.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632512130.3500.150.02154.0991.6781.18
HexA3FBD5230F29a5c51
Octal243373325430172232134121
Binary10100011111110111101010110001101111101001101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBD5; }

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

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

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

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

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

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

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

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