#AEF0CA

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

Shades of Magic Mint #AEF0CA

Tints of Magic Mint #AEF0CA

Color information

#AEF0CA (or 0xAEF0CA) is unknown color: approx Magic Mint. HEX triplet: AE, F0 and CA. RGB value is (174,240,202). Sum of RGB (Red+Green+Blue) = 174+240+202=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0CA is #510F35. Grayscale: #D8D8D8. Windows color (decimal): -5312310 or 13299886. OLE color: 13299886.

HSL color Cylindrical-coordinate representation of color #AEF0CA: hue angle of 145.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF0CA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB174240202-
CMYK0.2800.160.06
HSL145.45º68.75%81.18%-
HSV(B)145.45º27.5%94.12%-
XYZ59.2875.5867.34-
YUV215.93120.1398.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=28.25%
G=38.96%
B=32.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742402020.2800.160.06145.4568.7581.18
HexAEF0CA1C0106914551
Octal256360312340206221105121
Binary101011101111000011001010111000100001101001000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF0CA; }

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

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

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

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

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

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

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

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