#AEDDC5

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

Shades of Magic Mint #AEDDC5

Tints of Magic Mint #AEDDC5

Color information

#AEDDC5 (or 0xAEDDC5) is unknown color: approx Magic Mint. HEX triplet: AE, DD and C5. RGB value is (174,221,197). Sum of RGB (Red+Green+Blue) = 174+221+197=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC5 is #51223A. Grayscale: #CCCCCC. Windows color (decimal): -5317179 or 12967342. OLE color: 12967342.

HSL color Cylindrical-coordinate representation of color #AEDDC5: hue angle of 149.36º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDC5 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB174221197-
CMYK0.2100.110.13
HSL149.36º40.87%77.45%-
HSV(B)149.36º21.27%86.67%-
XYZ53.3964.7462.51-
YUV204.21123.93106.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=29.39%
G=37.33%
B=33.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211970.2100.110.13149.3640.8777.45
HexAEDDC5150BD95294d
Octal256335305250131522551115
Binary10101110110111011100010110101010111101100101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC5; }

 p { color: rgb(174,221,197); }

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

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

 a { background-color: rgb(174,221,197); }

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

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

 span { border-color: rgb(174,221,197); }

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