#AEFEE0

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

Shades of Magic Mint #AEFEE0

Tints of Magic Mint #AEFEE0

Color information

#AEFEE0 (or 0xAEFEE0) is unknown color: approx Magic Mint. HEX triplet: AE, FE and E0. RGB value is (174,254,224). Sum of RGB (Red+Green+Blue) = 174+254+224=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEE0 is #51011F. Grayscale: #E2E2E2. Windows color (decimal): -5308704 or 14745262. OLE color: 14745262.

HSL color Cylindrical-coordinate representation of color #AEFEE0: hue angle of 157.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFEE0 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB174254224-
CMYK0.3100.120.00
HSL157.5º97.56%83.92%-
HSV(B)157.5º31.5%99.61%-
XYZ66.3585.2683.48-
YUV226.66126.590.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.69%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=26.69%
G=38.96%
B=34.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742542240.3100.120.00157.597.5683.92
HexAEFEE01F0C09e6254
Octal256376340370140236142124
Binary101011101111111011100000111110110001001111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEE0; }

 p { color: rgb(174,254,224); }

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

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

 a { background-color: rgb(174,254,224); }

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

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

 span { border-color: rgb(174,254,224); }

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