#AEEFC7

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

Shades of Magic Mint #AEEFC7

Tints of Magic Mint #AEEFC7

Color information

#AEEFC7 (or 0xAEEFC7) is unknown color: approx Magic Mint. HEX triplet: AE, EF and C7. RGB value is (174,239,199). Sum of RGB (Red+Green+Blue) = 174+239+199=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFC7 is #511038. Grayscale: #D7D7D7. Windows color (decimal): -5312569 or 13103022. OLE color: 13103022.

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

Color convert

RGB174239199-
CMYK0.2700.170.06
HSL143.08º67.01%80.98%-
HSV(B)143.08º27.2%93.73%-
XYZ58.6374.8665.39-
YUV215118.9798.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 239 (93.75% from 255) = 39.05%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=28.43%
G=39.05%
B=32.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742391990.2700.170.06143.0867.0180.98
HexAEEFC71B01168f4351
Octal256357307330216217103121
Binary101011101110111111000111110110100011101000111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFC7; }

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

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

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

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

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

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

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

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