#AEF8DA

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

Shades of Magic Mint #AEF8DA

Tints of Magic Mint #AEF8DA

Color information

#AEF8DA (or 0xAEF8DA) is unknown color: approx Magic Mint. HEX triplet: AE, F8 and DA. RGB value is (174,248,218). Sum of RGB (Red+Green+Blue) = 174+248+218=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8DA is #510725. Grayscale: #DEDEDE. Windows color (decimal): -5310246 or 14350510. OLE color: 14350510.

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

Color convert

RGB174248218-
CMYK0.3000.120.03
HSL155.68º84.09%82.75%-
HSV(B)155.68º29.84%97.25%-
XYZ63.6881.278.65-
YUV222.45125.4893.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 248 (97.27% from 255) = 38.75%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=27.19%
G=38.75%
B=34.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742482180.3000.120.03155.6884.0982.75
HexAEF8DA1E0C39c5453
Octal256370332360143234124123
Binary1010111011111000110110101111001100111001110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF8DA; }

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

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

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

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

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

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

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

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