#AEF0C4

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

Shades of Magic Mint #AEF0C4

Tints of Magic Mint #AEF0C4

Color information

#AEF0C4 (or 0xAEF0C4) is unknown color: approx Magic Mint. HEX triplet: AE, F0 and C4. RGB value is (174,240,196). Sum of RGB (Red+Green+Blue) = 174+240+196=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0C4 is #510F3B. Grayscale: #D7D7D7. Windows color (decimal): -5312316 or 12906670. OLE color: 12906670.

HSL color Cylindrical-coordinate representation of color #AEF0C4: hue angle of 140º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF0C4 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB174240196-
CMYK0.2800.180.06
HSL140º68.75%81.18%-
HSV(B)140º27.5%94.12%-
XYZ58.5875.363.67-
YUV215.25117.1398.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 240 (94.14% from 255) = 39.34%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=28.52%
G=39.34%
B=32.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742401960.2800.180.0614068.7581.18
HexAEF0C41C01268c4551
Octal256360304340226214105121
Binary101011101111000011000100111000100101101000110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF0C4; }

 p { color: rgb(174,240,196); }

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

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

 a { background-color: rgb(174,240,196); }

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

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

 span { border-color: rgb(174,240,196); }

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