#AEE1CB

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

Shades of Magic Mint #AEE1CB

Tints of Magic Mint #AEE1CB

Color information

#AEE1CB (or 0xAEE1CB) is unknown color: approx Magic Mint. HEX triplet: AE, E1 and CB. RGB value is (174,225,203). Sum of RGB (Red+Green+Blue) = 174+225+203=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1CB is #511E34. Grayscale: #CFCFCF. Windows color (decimal): -5316149 or 13361582. OLE color: 13361582.

HSL color Cylindrical-coordinate representation of color #AEE1CB: hue angle of 154.12º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1CB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB174225203-
CMYK0.2300.100.12
HSL154.12º45.95%78.24%-
HSV(B)154.12º22.67%88.24%-
XYZ55.1667.1666.56-
YUV207.24125.6104.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=28.90%
G=37.38%
B=33.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742252030.2300.100.12154.1245.9578.24
HexAEE1CB170AC9a2e4e
Octal256341313270121423256116
Binary10101110111000011100101110111010101100100110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1CB; }

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

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

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

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

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

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

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

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