#A3EECC

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

Shades of Magic Mint #A3EECC

Tints of Magic Mint #A3EECC

Color information

#A3EECC (or 0xA3EECC) is unknown color: approx Magic Mint. HEX triplet: A3, EE and CC. RGB value is (163,238,204). Sum of RGB (Red+Green+Blue) = 163+238+204=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EECC is #5C1133. Grayscale: #D3D3D3. Windows color (decimal): -6033716 or 13430435. OLE color: 13430435.

HSL color Cylindrical-coordinate representation of color #A3EECC: hue angle of 152.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EECC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB163238204-
CMYK0.3200.140.07
HSL152.8º68.81%78.63%-
HSV(B)152.8º31.51%93.33%-
XYZ56.5873.368.29-
YUV211.7123.6593.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.94%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=26.94%
G=39.34%
B=33.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632382040.3200.140.07152.868.8178.63
HexA3EECC200E799454f
Octal243356314400167231105117
Binary101000111110111011001100100000011101111001100110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EECC; }

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

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

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

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

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

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

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

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