#A3EBD2

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

Shades of Magic Mint #A3EBD2

Tints of Magic Mint #A3EBD2

Color information

#A3EBD2 (or 0xA3EBD2) is unknown color: approx Magic Mint. HEX triplet: A3, EB and D2. RGB value is (163,235,210). Sum of RGB (Red+Green+Blue) = 163+235+210=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBD2 is #5C142D. Grayscale: #D2D2D2. Windows color (decimal): -6034478 or 13822883. OLE color: 13822883.

HSL color Cylindrical-coordinate representation of color #A3EBD2: hue angle of 159.17º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBD2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB163235210-
CMYK0.3100.110.08
HSL159.17º64.29%78.04%-
HSV(B)159.17º30.64%92.16%-
XYZ56.4571.8671.87-
YUV210.62127.6594.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 210 (82.42% from 255) = 34.54%
R=26.81%
G=38.65%
B=34.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632352100.3100.110.08159.1764.2978.04
HexA3EBD21F0B89f404e
Octal2433533223701310237100116
Binary101000111110101111010010111110101110001001111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBD2; }

 p { color: rgb(163,235,210); }

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

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

 a { background-color: rgb(163,235,210); }

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

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

 span { border-color: rgb(163,235,210); }

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