#A4EDCE

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

Shades of Magic Mint #A4EDCE

Tints of Magic Mint #A4EDCE

Color information

#A4EDCE (or 0xA4EDCE) is unknown color: approx Magic Mint. HEX triplet: A4, ED and CE. RGB value is (164,237,206). Sum of RGB (Red+Green+Blue) = 164+237+206=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDCE is #5B1231. Grayscale: #D3D3D3. Windows color (decimal): -5968434 or 13561252. OLE color: 13561252.

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

Color convert

RGB164237206-
CMYK0.3100.130.07
HSL154.52º66.97%78.63%-
HSV(B)154.52º30.8%92.94%-
XYZ56.7372.9269.48-
YUV211.64124.8294.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=27.02%
G=39.04%
B=33.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642372060.3100.130.07154.5266.9778.63
HexA4EDCE1F0D79b434f
Octal244355316370157233103117
Binary10100100111011011100111011111011011111001101110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDCE; }

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

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

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

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

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

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

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

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