#AEE4CA

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

Shades of Magic Mint #AEE4CA

Tints of Magic Mint #AEE4CA

Color information

#AEE4CA (or 0xAEE4CA) is unknown color: approx Magic Mint. HEX triplet: AE, E4 and CA. RGB value is (174,228,202). Sum of RGB (Red+Green+Blue) = 174+228+202=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4CA is #511B35. Grayscale: #D0D0D0. Windows color (decimal): -5315382 or 13296814. OLE color: 13296814.

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

Color convert

RGB174228202-
CMYK0.2400.110.11
HSL151.11º50%78.82%-
HSV(B)151.11º23.68%89.41%-
XYZ55.8668.7566.2-
YUV208.89124.11103.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=28.81%
G=37.75%
B=33.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742282020.2400.110.11151.115078.82
HexAEE4CA180BB97324f
Octal256344312300131322762117
Binary10101110111001001100101011000010111011100101111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE4CA; }

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

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

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

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

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

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

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

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