#A3EBCF

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

Shades of Magic Mint #A3EBCF

Tints of Magic Mint #A3EBCF

Color information

#A3EBCF (or 0xA3EBCF) is unknown color: approx Magic Mint. HEX triplet: A3, EB and CF. RGB value is (163,235,207). Sum of RGB (Red+Green+Blue) = 163+235+207=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBCF is #5C1430. Grayscale: #D2D2D2. Windows color (decimal): -6034481 or 13626275. OLE color: 13626275.

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

Color convert

RGB163235207-
CMYK0.3100.120.08
HSL156.67º64.29%78.04%-
HSV(B)156.67º30.64%92.16%-
XYZ56.0871.7169.92-
YUV210.28126.1594.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.94%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=26.94%
G=38.84%
B=34.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632352070.3100.120.08156.6764.2978.04
HexA3EBCF1F0C89d404e
Octal2433533173701410235100116
Binary101000111110101111001111111110110010001001110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBCF; }

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

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

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

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

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

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

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

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