#AEF0C7

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

Shades of Magic Mint #AEF0C7

Tints of Magic Mint #AEF0C7

Color information

#AEF0C7 (or 0xAEF0C7) is unknown color: approx Magic Mint. HEX triplet: AE, F0 and C7. RGB value is (174,240,199). Sum of RGB (Red+Green+Blue) = 174+240+199=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0C7 is #510F38. Grayscale: #D7D7D7. Windows color (decimal): -5312313 or 13103278. OLE color: 13103278.

HSL color Cylindrical-coordinate representation of color #AEF0C7: hue angle of 142.73º 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 #AEF0C7 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB174240199-
CMYK0.2800.170.06
HSL142.73º68.75%81.18%-
HSV(B)142.73º27.5%94.12%-
XYZ58.9275.4465.49-
YUV215.59118.6398.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 240 (94.14% from 255) = 39.15%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=28.38%
G=39.15%
B=32.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742401990.2800.170.06142.7368.7581.18
HexAEF0C71C01168f4551
Octal256360307340216217105121
Binary101011101111000011000111111000100011101000111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF0C7; }

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

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

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

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

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

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

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

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