#AEE3CB

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

Shades of Magic Mint #AEE3CB

Tints of Magic Mint #AEE3CB

Color information

#AEE3CB (or 0xAEE3CB) is unknown color: approx Magic Mint. HEX triplet: AE, E3 and CB. RGB value is (174,227,203). Sum of RGB (Red+Green+Blue) = 174+227+203=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3CB is #511C34. Grayscale: #D0D0D0. Windows color (decimal): -5315637 or 13362094. OLE color: 13362094.

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

Color convert

RGB174227203-
CMYK0.2300.110.11
HSL152.83º48.62%78.63%-
HSV(B)152.83º23.35%89.02%-
XYZ55.768.2566.74-
YUV208.42124.94103.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=28.81%
G=37.58%
B=33.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742272030.2300.110.11152.8348.6278.63
HexAEE3CB170BB99314f
Octal256343313270131323161117
Binary10101110111000111100101110111010111011100110011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3CB; }

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

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

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

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

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

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

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

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