#AEF5CA

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

Shades of Magic Mint #AEF5CA

Tints of Magic Mint #AEF5CA

Color information

#AEF5CA (or 0xAEF5CA) is unknown color: approx Magic Mint. HEX triplet: AE, F5 and CA. RGB value is (174,245,202). Sum of RGB (Red+Green+Blue) = 174+245+202=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5CA is #510A35. Grayscale: #DADADA. Windows color (decimal): -5311030 or 13301166. OLE color: 13301166.

HSL color Cylindrical-coordinate representation of color #AEF5CA: hue angle of 143.66º degrees, saturation: 0.78, 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 #AEF5CA is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB174245202-
CMYK0.2900.180.04
HSL143.66º78.02%82.16%-
HSV(B)143.66º28.98%96.08%-
XYZ60.7778.5767.84-
YUV218.87118.4896-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 245 (96.09% from 255) = 39.45%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=28.02%
G=39.45%
B=32.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742452020.2900.180.04143.6678.0282.16
HexAEF5CA1D0124904e52
Octal256365312350224220116122
Binary101011101111010111001010111010100101001001000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5CA; }

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

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

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

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

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

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

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

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