#AEFDCE

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

Shades of Magic Mint #AEFDCE

Tints of Magic Mint #AEFDCE

Color information

#AEFDCE (or 0xAEFDCE) is unknown color: approx Magic Mint. HEX triplet: AE, FD and CE. RGB value is (174,253,206). Sum of RGB (Red+Green+Blue) = 174+253+206=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDCE is #510231. Grayscale: #E0E0E0. Windows color (decimal): -5308978 or 13565358. OLE color: 13565358.

HSL color Cylindrical-coordinate representation of color #AEFDCE: hue angle of 144.3º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDCE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB174253206-
CMYK0.3100.190.01
HSL144.3º95.18%83.73%-
HSV(B)144.3º31.23%99.22%-
XYZ63.7283.7171.19-
YUV224.02117.8392.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 253 (99.22% from 255) = 39.97%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=27.49%
G=39.97%
B=32.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742532060.3100.190.01144.395.1883.73
HexAEFDCE1F0131905f54
Octal256375316370231220137124
Binary1010111011111101110011101111101001111001000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDCE; }

 p { color: rgb(174,253,206); }

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

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

 a { background-color: rgb(174,253,206); }

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

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

 span { border-color: rgb(174,253,206); }

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