#AEF4CC

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

Shades of Magic Mint #AEF4CC

Tints of Magic Mint #AEF4CC

Color information

#AEF4CC (or 0xAEF4CC) is unknown color: approx Magic Mint. HEX triplet: AE, F4 and CC. RGB value is (174,244,204). Sum of RGB (Red+Green+Blue) = 174+244+204=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4CC is #510B33. Grayscale: #DADADA. Windows color (decimal): -5311284 or 13431982. OLE color: 13431982.

HSL color Cylindrical-coordinate representation of color #AEF4CC: hue angle of 145.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4CC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB174244204-
CMYK0.2900.160.04
HSL145.71º76.09%81.96%-
HSV(B)145.71º28.69%95.69%-
XYZ60.7178.0668.99-
YUV218.51119.8196.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 244 (95.70% from 255) = 39.23%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=27.97%
G=39.23%
B=32.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742442040.2900.160.04145.7176.0981.96
HexAEF4CC1D0104924c52
Octal256364314350204222114122
Binary101011101111010011001100111010100001001001001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4CC; }

 p { color: rgb(174,244,204); }

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

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

 a { background-color: rgb(174,244,204); }

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

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

 span { border-color: rgb(174,244,204); }

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