Html Css Color HEX #AEFEDC Magic Mint

📋 copy color: '#AEFEDC'

red 174 ◦ green 254 ◦ blue 220

#AEFEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #AEFEDC

Tints of Magic Mint #AEFEDC

RGB

 RED value IS 174 (68.36% from 255) = 26.85%

 GREEN value IS 254 (99.61% from 255) = 39.2%

 BLUE value IS 220 (86.33% from 255) = 33.95%

R = 26.85%
G = 39.2%
B = 33.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#AEFEDC (or 0xAEFEDC) is known color: Magic Mint. HEX triplet: AE, FE and DC. RGB value is (174,254,220). Sum of RGB (Red+Green+Blue) = 174+254+220=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEDC is #510123. Grayscale: #E2E2E2. Windows color (decimal): -5308708 or 14483118. OLE color: 14483118.

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

Color convert

RGB 174 254 220 -
CMYK 0.31 0 0.13 0.00
HSL 154.5º 0.98% 0.84% -
HSV(B) 154.5º 0.31% 1% -
XYZ 65.82 85.05 80.66 -
YUV 226.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 174 254 220 0.31 0 0.13 0.00 154.5 0.98 0.84
Hex AE FE DC 1F 0 D 0 9A 62 54
Octal 256 376 334 37 0 15 0 232 142 124
Binary 10101110 11111110 11011100 11111 0 1101 0 10011010 1100010 1010100

Color Harmonies of #AEFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFEDC

Black with #AEFEDC

Text Example


Text Example

White with #AEFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFEDC; }

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

 H1.HeaderClassName
 {
   color: #AEFEDC;
 }
 .AnyTagClassName
 {
   color: #AEFEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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