#AEEBD0

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

Shades of Magic Mint #AEEBD0

Tints of Magic Mint #AEEBD0

Color information

#AEEBD0 (or 0xAEEBD0) is unknown color: approx Magic Mint. HEX triplet: AE, EB and D0. RGB value is (174,235,208). Sum of RGB (Red+Green+Blue) = 174+235+208=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD0 is #51142F. Grayscale: #D5D5D5. Windows color (decimal): -5313584 or 13691822. OLE color: 13691822.

HSL color Cylindrical-coordinate representation of color #AEEBD0: hue angle of 153.44º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBD0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB174235208-
CMYK0.2600.110.08
HSL153.44º60.4%80.2%-
HSV(B)153.44º25.96%92.16%-
XYZ58.5572.9770.67-
YUV213.68124.7999.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=28.20%
G=38.09%
B=33.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742352080.2600.110.08153.4460.480.2
HexAEEBD01A0B8993c50
Octal256353320320131023174120
Binary10101110111010111101000011010010111000100110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBD0; }

 p { color: rgb(174,235,208); }

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

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

 a { background-color: rgb(174,235,208); }

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

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

 span { border-color: rgb(174,235,208); }

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