#AEDDC6

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

Shades of Magic Mint #AEDDC6

Tints of Magic Mint #AEDDC6

Color information

#AEDDC6 (or 0xAEDDC6) is unknown color: approx Magic Mint. HEX triplet: AE, DD and C6. RGB value is (174,221,198). Sum of RGB (Red+Green+Blue) = 174+221+198=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC6 is #512239. Grayscale: #CCCCCC. Windows color (decimal): -5317178 or 13032878. OLE color: 13032878.

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

Color convert

RGB174221198-
CMYK0.2100.100.13
HSL150.64º40.87%77.45%-
HSV(B)150.64º21.27%86.67%-
XYZ53.5164.7963.11-
YUV204.32124.43106.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=29.34%
G=37.27%
B=33.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211980.2100.100.13150.6440.8777.45
HexAEDDC6150AD97294d
Octal256335306250121522751115
Binary10101110110111011100011010101010101101100101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC6; }

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

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

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

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

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

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

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

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