#AEDDC4

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

Shades of Magic Mint #AEDDC4

Tints of Magic Mint #AEDDC4

Color information

#AEDDC4 (or 0xAEDDC4) is unknown color: approx Magic Mint. HEX triplet: AE, DD and C4. RGB value is (174,221,196). Sum of RGB (Red+Green+Blue) = 174+221+196=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC4 is #51223B. Grayscale: #CCCCCC. Windows color (decimal): -5317180 or 12901806. OLE color: 12901806.

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

Color convert

RGB174221196-
CMYK0.2100.110.13
HSL148.09º40.87%77.45%-
HSV(B)148.09º21.27%86.67%-
XYZ53.2864.761.9-
YUV204.1123.43106.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=29.44%
G=37.39%
B=33.16%

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
Decimal1742211960.2100.110.13148.0940.8777.45
HexAEDDC4150BD94294d
Octal256335304250131522451115
Binary10101110110111011100010010101010111101100101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC4; }

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

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

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

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

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

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

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

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