#A4EBCD

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

Shades of Magic Mint #A4EBCD

Tints of Magic Mint #A4EBCD

Color information

#A4EBCD (or 0xA4EBCD) is unknown color: approx Magic Mint. HEX triplet: A4, EB and CD. RGB value is (164,235,205). Sum of RGB (Red+Green+Blue) = 164+235+205=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBCD is #5B1432. Grayscale: #D2D2D2. Windows color (decimal): -5968947 or 13495204. OLE color: 13495204.

HSL color Cylindrical-coordinate representation of color #A4EBCD: hue angle of 154.65º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBCD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB164235205-
CMYK0.3000.130.08
HSL154.65º63.96%78.24%-
HSV(B)154.65º30.21%92.16%-
XYZ56.0471.7268.65-
YUV210.35124.9894.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=27.15%
G=38.91%
B=33.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642352050.3000.130.08154.6563.9678.24
HexA4EBCD1E0D89b404e
Octal2443533153601510233100116
Binary101001001110101111001101111100110110001001101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBCD; }

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

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

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

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

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

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

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

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