#AEF2CA

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

Shades of Magic Mint #AEF2CA

Tints of Magic Mint #AEF2CA

Color information

#AEF2CA (or 0xAEF2CA) is unknown color: approx Magic Mint. HEX triplet: AE, F2 and CA. RGB value is (174,242,202). Sum of RGB (Red+Green+Blue) = 174+242+202=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2CA is #510D35. Grayscale: #D9D9D9. Windows color (decimal): -5311798 or 13300398. OLE color: 13300398.

HSL color Cylindrical-coordinate representation of color #AEF2CA: hue angle of 144.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2CA is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB174242202-
CMYK0.2800.170.05
HSL144.71º72.34%81.57%-
HSV(B)144.71º28.1%94.9%-
XYZ59.8776.7767.54-
YUV217.11119.4797.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 242 (94.92% from 255) = 39.16%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=28.16%
G=39.16%
B=32.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742422020.2800.170.05144.7172.3481.57
HexAEF2CA1C0115914852
Octal256362312340215221110122
Binary101011101111001011001010111000100011011001000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2CA; }

 p { color: rgb(174,242,202); }

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

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

 a { background-color: rgb(174,242,202); }

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

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

 span { border-color: rgb(174,242,202); }

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