#AEF7CA

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

Shades of Magic Mint #AEF7CA

Tints of Magic Mint #AEF7CA

Color information

#AEF7CA (or 0xAEF7CA) is unknown color: approx Magic Mint. HEX triplet: AE, F7 and CA. RGB value is (174,247,202). Sum of RGB (Red+Green+Blue) = 174+247+202=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7CA is #510835. Grayscale: #DCDCDC. Windows color (decimal): -5310518 or 13301678. OLE color: 13301678.

HSL color Cylindrical-coordinate representation of color #AEF7CA: hue angle of 143.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7CA is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB174247202-
CMYK0.3000.180.03
HSL143.01º82.02%82.55%-
HSV(B)143.01º29.55%96.86%-
XYZ61.3879.7868.04-
YUV220.04117.8295.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=27.93%
G=39.65%
B=32.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472020.3000.180.03143.0182.0282.55
HexAEF7CA1E01238f5253
Octal256367312360223217122123
Binary10101110111101111100101011110010010111000111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7CA; }

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

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

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

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

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

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

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

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