#AEF8CA

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

Shades of Magic Mint #AEF8CA

Tints of Magic Mint #AEF8CA

Color information

#AEF8CA (or 0xAEF8CA) is unknown color: approx Magic Mint. HEX triplet: AE, F8 and CA. RGB value is (174,248,202). Sum of RGB (Red+Green+Blue) = 174+248+202=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8CA is #510735. Grayscale: #DCDCDC. Windows color (decimal): -5310262 or 13301934. OLE color: 13301934.

HSL color Cylindrical-coordinate representation of color #AEF8CA: hue angle of 142.7º degrees, saturation: 0.84, 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 #AEF8CA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB174248202-
CMYK0.3000.190.03
HSL142.7º84.09%82.75%-
HSV(B)142.7º29.84%97.25%-
XYZ61.6880.468.14-
YUV220.63117.4894.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=27.88%
G=39.74%
B=32.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742482020.3000.190.03142.784.0982.75
HexAEF8CA1E01338f5453
Octal256370312360233217124123
Binary10101110111110001100101011110010011111000111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF8CA; }

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

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

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

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

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

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

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

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