#A3EBCC

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

Shades of Magic Mint #A3EBCC

Tints of Magic Mint #A3EBCC

Color information

#A3EBCC (or 0xA3EBCC) is unknown color: approx Magic Mint. HEX triplet: A3, EB and CC. RGB value is (163,235,204). Sum of RGB (Red+Green+Blue) = 163+235+204=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBCC is #5C1433. Grayscale: #D1D1D1. Windows color (decimal): -6034484 or 13429667. OLE color: 13429667.

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

Color convert

RGB163235204-
CMYK0.3100.130.08
HSL154.17º64.29%78.04%-
HSV(B)154.17º30.64%92.16%-
XYZ55.7171.5668-
YUV209.94124.6594.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.08%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=27.08%
G=39.04%
B=33.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632352040.3100.130.08154.1764.2978.04
HexA3EBCC1F0D89a404e
Octal2433533143701510232100116
Binary101000111110101111001100111110110110001001101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBCC; }

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

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

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

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

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

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

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

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