#AEFEC8

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

Shades of Magic Mint #AEFEC8

Tints of Magic Mint #AEFEC8

Color information

#AEFEC8 (or 0xAEFEC8) is unknown color: approx Magic Mint. HEX triplet: AE, FE and C8. RGB value is (174,254,200). Sum of RGB (Red+Green+Blue) = 174+254+200=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEC8 is #510137. Grayscale: #E0E0E0. Windows color (decimal): -5308728 or 13172398. OLE color: 13172398.

HSL color Cylindrical-coordinate representation of color #AEFEC8: hue angle of 139.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 #AEFEC8 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB174254200-
CMYK0.3100.210.00
HSL139.5º97.56%83.92%-
HSV(B)139.5º31.5%99.61%-
XYZ63.3284.0567.53-
YUV223.92114.592.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=27.71%
G=40.45%
B=31.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742542000.3100.210.00139.597.5683.92
HexAEFEC81F01508c6254
Octal256376310370250214142124
Binary1010111011111110110010001111101010101000110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEC8; }

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

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

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

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

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

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

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

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