#AEE2CA

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

Shades of Magic Mint #AEE2CA

Tints of Magic Mint #AEE2CA

Color information

#AEE2CA (or 0xAEE2CA) is unknown color: approx Magic Mint. HEX triplet: AE, E2 and CA. RGB value is (174,226,202). Sum of RGB (Red+Green+Blue) = 174+226+202=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2CA is #511D35. Grayscale: #CFCFCF. Windows color (decimal): -5315894 or 13296302. OLE color: 13296302.

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

Color convert

RGB174226202-
CMYK0.2300.110.11
HSL152.31º47.27%78.43%-
HSV(B)152.31º23.01%88.63%-
XYZ55.3167.6666.02-
YUV207.72124.77103.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=28.90%
G=37.54%
B=33.55%

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
Decimal1742262020.2300.110.11152.3147.2778.43
HexAEE2CA170BB982f4e
Octal256342312270131323057116
Binary10101110111000101100101010111010111011100110001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2CA; }

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

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

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

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

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

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

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

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