#AEF5C8

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

Shades of Magic Mint #AEF5C8

Tints of Magic Mint #AEF5C8

Color information

#AEF5C8 (or 0xAEF5C8) is unknown color: approx Magic Mint. HEX triplet: AE, F5 and C8. RGB value is (174,245,200). Sum of RGB (Red+Green+Blue) = 174+245+200=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5C8 is #510A37. Grayscale: #DADADA. Windows color (decimal): -5311032 or 13170094. OLE color: 13170094.

HSL color Cylindrical-coordinate representation of color #AEF5C8: hue angle of 141.97º 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 #AEF5C8 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB174245200-
CMYK0.2900.180.04
HSL141.97º78.02%82.16%-
HSV(B)141.97º28.98%96.08%-
XYZ60.5378.4766.6-
YUV218.64117.4896.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 245 (96.09% from 255) = 39.58%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=28.11%
G=39.58%
B=32.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742452000.2900.180.04141.9778.0282.16
HexAEF5C81D01248e4e52
Octal256365310350224216116122
Binary101011101111010111001000111010100101001000111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5C8; }

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

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

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

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

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

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

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

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