#A3FBDD

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

Shades of Magic Mint #A3FBDD

Tints of Magic Mint #A3FBDD

Color information

#A3FBDD (or 0xA3FBDD) is unknown color: approx Magic Mint. HEX triplet: A3, FB and DD. RGB value is (163,251,221). Sum of RGB (Red+Green+Blue) = 163+251+221=635 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.67% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBDD is #5C0422. Grayscale: #DDDDDD. Windows color (decimal): -6030371 or 14547875. OLE color: 14547875.

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

Color convert

RGB163251221-
CMYK0.3500.120.02
HSL159.55º91.67%81.18%-
HSV(B)159.55º35.06%98.43%-
XYZ62.658280.93-
YUV221.27127.8586.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.67%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=25.67%
G=39.53%
B=34.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632512210.3500.120.02159.5591.6781.18
HexA3FBDD230C2a05c51
Octal243373335430142240134121
Binary10100011111110111101110110001101100101010000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBDD; }

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

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

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

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

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

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

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

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