#AEFFDA

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

Shades of Magic Mint #AEFFDA

Tints of Magic Mint #AEFFDA

Color information

#AEFFDA (or 0xAEFFDA) is unknown color: approx Magic Mint. HEX triplet: AE, FF and DA. RGB value is (174,255,218). Sum of RGB (Red+Green+Blue) = 174+255+218=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDA is #510025. Grayscale: #E2E2E2. Windows color (decimal): -5308454 or 14352302. OLE color: 14352302.

HSL color Cylindrical-coordinate representation of color #AEFFDA: hue angle of 152.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFDA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB174255218-
CMYK0.3200.150
HSL152.59º100%84.12%-
HSV(B)152.59º31.76%100%-
XYZ65.8785.5879.38-
YUV226.56123.1690.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.89%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=26.89%
G=39.41%
B=33.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552180.3200.150152.5910084.12
HexAEFFDA200F0996454
Octal256377332400170231144124
Binary1010111011111111110110101000000111101001100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFDA; }

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

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

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

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

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

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

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

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