#A4EBCC

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

Shades of Magic Mint #A4EBCC

Tints of Magic Mint #A4EBCC

Color information

#A4EBCC (or 0xA4EBCC) is unknown color: approx Magic Mint. HEX triplet: A4, EB and CC. RGB value is (164,235,204). Sum of RGB (Red+Green+Blue) = 164+235+204=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBCC is #5B1433. Grayscale: #D2D2D2. Windows color (decimal): -5968948 or 13429668. OLE color: 13429668.

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

Color convert

RGB164235204-
CMYK0.3000.130.08
HSL153.8º63.96%78.24%-
HSV(B)153.8º30.21%92.16%-
XYZ55.9271.6768.01-
YUV210.24124.4895.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=27.20%
G=38.97%
B=33.83%

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
Decimal1642352040.3000.130.08153.863.9678.24
HexA4EBCC1E0D89a404e
Octal2443533143601510232100116
Binary101001001110101111001100111100110110001001101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBCC; }

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

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

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

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

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

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

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

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