#A4EDCC

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

Shades of Magic Mint #A4EDCC

Tints of Magic Mint #A4EDCC

Color information

#A4EDCC (or 0xA4EDCC) is unknown color: approx Magic Mint. HEX triplet: A4, ED and CC. RGB value is (164,237,204). Sum of RGB (Red+Green+Blue) = 164+237+204=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDCC is #5B1233. Grayscale: #D3D3D3. Windows color (decimal): -5968436 or 13430180. OLE color: 13430180.

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

Color convert

RGB164237204-
CMYK0.3100.140.07
HSL152.88º66.97%78.63%-
HSV(B)152.88º30.8%92.94%-
XYZ56.4972.8268.21-
YUV211.41123.8294.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.11%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=27.11%
G=39.17%
B=33.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642372040.3100.140.07152.8866.9778.63
HexA4EDCC1F0E799434f
Octal244355314370167231103117
Binary10100100111011011100110011111011101111001100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDCC; }

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

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

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

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

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

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

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

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