#AEE1CA

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

Shades of Magic Mint #AEE1CA

Tints of Magic Mint #AEE1CA

Color information

#AEE1CA (or 0xAEE1CA) is unknown color: approx Magic Mint. HEX triplet: AE, E1 and CA. RGB value is (174,225,202). Sum of RGB (Red+Green+Blue) = 174+225+202=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1CA is #511E35. Grayscale: #CFCFCF. Windows color (decimal): -5316150 or 13296046. OLE color: 13296046.

HSL color Cylindrical-coordinate representation of color #AEE1CA: hue angle of 152.94º 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 #AEE1CA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB174225202-
CMYK0.2300.100.12
HSL152.94º45.95%78.24%-
HSV(B)152.94º22.67%88.24%-
XYZ55.0467.1165.93-
YUV207.13125.1104.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=28.95%
G=37.44%
B=33.61%

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
Decimal1742252020.2300.100.12152.9445.9578.24
HexAEE1CA170AC992e4e
Octal256341312270121423156116
Binary10101110111000011100101010111010101100100110011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1CA; }

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

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

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

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

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

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

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

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