#AEFFDF

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

Shades of Magic Mint #AEFFDF

Tints of Magic Mint #AEFFDF

Color information

#AEFFDF (or 0xAEFFDF) is unknown color: approx Magic Mint. HEX triplet: AE, FF and DF. RGB value is (174,255,223). Sum of RGB (Red+Green+Blue) = 174+255+223=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDF is #510020. Grayscale: #E3E3E3. Windows color (decimal): -5308449 or 14679982. OLE color: 14679982.

HSL color Cylindrical-coordinate representation of color #AEFFDF: hue angle of 156.3º 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 #AEFFDF is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB174255223-
CMYK0.3200.130
HSL156.3º100%84.12%-
HSV(B)156.3º31.76%100%-
XYZ66.5385.8582.88-
YUV227.13125.6690.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.69%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=26.69%
G=39.11%
B=34.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552230.3200.130156.310084.12
HexAEFFDF200D09c6454
Octal256377337400150234144124
Binary1010111011111111110111111000000110101001110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFDF; }

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

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

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

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

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

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

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

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