Html Css Color HEX #AEFFDC Magic Mint

📋 copy color: '#AEFFDC'

red 174 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #AEFFDC

Tints of Magic Mint #AEFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.29%

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

R = 26.81%
G = 39.29%
B = 33.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#AEFFDC (or 0xAEFFDC) is known color: Magic Mint. HEX triplet: AE, FF and DC. RGB value is (174,255,220). Sum of RGB (Red+Green+Blue) = 174+255+220=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDC is #510023. Grayscale: #E2E2E2. Windows color (decimal): -5308452 or 14483374. OLE color: 14483374.

HSL color Cylindrical-coordinate representation of color #AEFFDC: hue angle of 154.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFDC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 220 -
CMYK 0.32 0 0.14 0
HSL 154.07º 1% 0.84% -
HSV(B) 154.07º 0.32% 1% -
XYZ 66.13 85.69 80.76 -
YUV 226.79 124.16 90.35 -
System Red Green Blue C M Y K H S L
Decimal 174 255 220 0.32 0 0.14 0 154.07 1 0.84
Hex AE FF DC 20 0 E 0 9A 64 54
Octal 256 377 334 40 0 16 0 232 144 124
Binary 10101110 11111111 11011100 100000 0 1110 0 10011010 1100100 1010100

Color Harmonies of #AEFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFDC

Black with #AEFFDC

Text Example


Text Example

White with #AEFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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