#A3EBC8

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

Shades of Magic Mint #A3EBC8

Tints of Magic Mint #A3EBC8

Color information

#A3EBC8 (or 0xA3EBC8) is unknown color: approx Magic Mint. HEX triplet: A3, EB and C8. RGB value is (163,235,200). Sum of RGB (Red+Green+Blue) = 163+235+200=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBC8 is #5C1437. Grayscale: #D1D1D1. Windows color (decimal): -6034488 or 13167523. OLE color: 13167523.

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

Color convert

RGB163235200-
CMYK0.3100.150.08
HSL150.83º64.29%78.04%-
HSV(B)150.83º30.64%92.16%-
XYZ55.2471.3765.51-
YUV209.48122.6594.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.26%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=27.26%
G=39.30%
B=33.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632352000.3100.150.08150.8364.2978.04
HexA3EBC81F0F897404e
Octal2433533103701710227100116
Binary101000111110101111001000111110111110001001011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBC8; }

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

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

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

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

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

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

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

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