#AEE2CB

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

Shades of Magic Mint #AEE2CB

Tints of Magic Mint #AEE2CB

Color information

#AEE2CB (or 0xAEE2CB) is unknown color: approx Magic Mint. HEX triplet: AE, E2 and CB. RGB value is (174,226,203). Sum of RGB (Red+Green+Blue) = 174+226+203=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2CB is #511D34. Grayscale: #CFCFCF. Windows color (decimal): -5315893 or 13361838. OLE color: 13361838.

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

Color convert

RGB174226203-
CMYK0.2300.100.11
HSL153.46º47.27%78.43%-
HSV(B)153.46º23.01%88.63%-
XYZ55.4367.766.65-
YUV207.83125.27103.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=28.86%
G=37.48%
B=33.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742262030.2300.100.11153.4647.2778.43
HexAEE2CB170AB992f4e
Octal256342313270121323157116
Binary10101110111000101100101110111010101011100110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2CB; }

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

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

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

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

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

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

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

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