#A3EDCC

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

Shades of Magic Mint #A3EDCC

Tints of Magic Mint #A3EDCC

Color information

#A3EDCC (or 0xA3EDCC) is unknown color: approx Magic Mint. HEX triplet: A3, ED and CC. RGB value is (163,237,204). Sum of RGB (Red+Green+Blue) = 163+237+204=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDCC is #5C1233. Grayscale: #D3D3D3. Windows color (decimal): -6033972 or 13430179. OLE color: 13430179.

HSL color Cylindrical-coordinate representation of color #A3EDCC: hue angle of 153.24º degrees, saturation: 0.67, 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 #A3EDCC is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB163237204-
CMYK0.3100.140.07
HSL153.24º67.27%78.43%-
HSV(B)153.24º31.22%92.94%-
XYZ56.2972.7168.2-
YUV211.11123.9893.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.99%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=26.99%
G=39.24%
B=33.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632372040.3100.140.07153.2467.2778.43
HexA3EDCC1F0E799434e
Octal243355314370167231103116
Binary10100011111011011100110011111011101111001100110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDCC; }

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

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

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

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

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

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

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

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