#AEEDCB

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

Shades of Magic Mint #AEEDCB

Tints of Magic Mint #AEEDCB

Color information

#AEEDCB (or 0xAEEDCB) is unknown color: approx Magic Mint. HEX triplet: AE, ED and CB. RGB value is (174,237,203). Sum of RGB (Red+Green+Blue) = 174+237+203=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDCB is #511234. Grayscale: #D6D6D6. Windows color (decimal): -5313077 or 13364654. OLE color: 13364654.

HSL color Cylindrical-coordinate representation of color #AEEDCB: hue angle of 147.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDCB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB174237203-
CMYK0.2700.140.07
HSL147.62º63.64%80.59%-
HSV(B)147.62º26.58%92.94%-
XYZ58.5273.8867.68-
YUV214.29121.6399.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=28.34%
G=38.60%
B=33.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372030.2700.140.07147.6263.6480.59
HexAEEDCB1B0E7944051
Octal256355313330167224100121
Binary10101110111011011100101111011011101111001010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDCB; }

 p { color: rgb(174,237,203); }

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

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

 a { background-color: rgb(174,237,203); }

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

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

 span { border-color: rgb(174,237,203); }

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