#a3ecc5

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

Shades of Magic Mint #A3ECC5

Tints of Magic Mint #A3ECC5

Color information

#A3ECC5 (or 0xA3ECC5) is unknown color: approx Magic Mint. HEX triplet: A3, EC and C5. RGB value is (163,236,197). Sum of RGB (Red+Green+Blue) = 163+236+197=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECC5 is #5C133A. Grayscale: #D1D1D1. Windows color (decimal): -6034235 or 12971171. OLE color: 12971171.

HSL color Cylindrical-coordinate representation of color #A3ECC5: hue angle of 147.95º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECC5 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB163236197-
CMYK0.3100.170.07
HSL147.95º65.77%78.24%-
HSV(B)147.95º30.93%92.55%-
XYZ55.1871.8163.78-
YUV209.73120.8294.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.35%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=27.35%
G=39.60%
B=33.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632361970.3100.170.07147.9565.7778.24
HexA3ECC51F011794424e
Octal243354305370217224102116
Binary101000111110110011000101111110100011111001010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3ecc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3ecc5; }

 p { color: rgb(163,236,197); }

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

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

 a { background-color: rgb(163,236,197); }

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

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

 span { border-color: rgb(163,236,197); }

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