#AEF5C4

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

Shades of Magic Mint #AEF5C4

Tints of Magic Mint #AEF5C4

Color information

#AEF5C4 (or 0xAEF5C4) is unknown color: approx Magic Mint. HEX triplet: AE, F5 and C4. RGB value is (174,245,196). Sum of RGB (Red+Green+Blue) = 174+245+196=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5C4 is #510A3B. Grayscale: #DADADA. Windows color (decimal): -5311036 or 12907950. OLE color: 12907950.

HSL color Cylindrical-coordinate representation of color #AEF5C4: hue angle of 138.59º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5C4 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB174245196-
CMYK0.2900.20.04
HSL138.59º78.02%82.16%-
HSV(B)138.59º28.98%96.08%-
XYZ60.0778.2964.17-
YUV218.18115.4896.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 245 (96.09% from 255) = 39.84%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=28.29%
G=39.84%
B=31.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742451960.2900.20.04138.5978.0282.16
HexAEF5C41D01448b4e52
Octal256365304350244213116122
Binary101011101111010111000100111010101001001000101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5C4; }

 p { color: rgb(174,245,196); }

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

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

 a { background-color: rgb(174,245,196); }

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

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

 span { border-color: rgb(174,245,196); }

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