#AEF0CC

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

Shades of Magic Mint #AEF0CC

Tints of Magic Mint #AEF0CC

Color information

#AEF0CC (or 0xAEF0CC) is unknown color: approx Magic Mint. HEX triplet: AE, F0 and CC. RGB value is (174,240,204). Sum of RGB (Red+Green+Blue) = 174+240+204=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0CC is #510F33. Grayscale: #D8D8D8. Windows color (decimal): -5312308 or 13430958. OLE color: 13430958.

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

Color convert

RGB174240204-
CMYK0.2800.150.06
HSL147.27º68.75%81.18%-
HSV(B)147.27º27.5%94.12%-
XYZ59.5175.6868.6-
YUV216.16121.1397.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=28.16%
G=38.83%
B=33.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742402040.2800.150.06147.2768.7581.18
HexAEF0CC1C0F6934551
Octal256360314340176223105121
Binary10101110111100001100110011100011111101001001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF0CC; }

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

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

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

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

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

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

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

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