#A3EBCD

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

Shades of Magic Mint #A3EBCD

Tints of Magic Mint #A3EBCD

Color information

#A3EBCD (or 0xA3EBCD) is unknown color: approx Magic Mint. HEX triplet: A3, EB and CD. RGB value is (163,235,205). Sum of RGB (Red+Green+Blue) = 163+235+205=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBCD is #5C1432. Grayscale: #D2D2D2. Windows color (decimal): -6034483 or 13495203. OLE color: 13495203.

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

Color convert

RGB163235205-
CMYK0.3100.130.08
HSL155º64.29%78.04%-
HSV(B)155º30.64%92.16%-
XYZ55.8371.6168.64-
YUV210.05125.1594.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.03%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=27.03%
G=38.97%
B=34.00%

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
Decimal1632352050.3100.130.0815564.2978.04
HexA3EBCD1F0D89b404e
Octal2433533153701510233100116
Binary101000111110101111001101111110110110001001101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBCD; }

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

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

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

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

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

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

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

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