Html Css Color HEX #AEFFD5 Magic Mint

📋 copy color: '#AEFFD5'

red 174 ◦ green 255 ◦ blue 213

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

Shades of Magic Mint #AEFFD5

Tints of Magic Mint #AEFFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 27.1%
G = 39.72%
B = 33.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#AEFFD5 (or 0xAEFFD5) is known color: Magic Mint. HEX triplet: AE, FF and D5. RGB value is (174,255,213). Sum of RGB (Red+Green+Blue) = 174+255+213=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFD5 is #51002A. Grayscale: #E2E2E2. Windows color (decimal): -5308459 or 14024622. OLE color: 14024622.

HSL color Cylindrical-coordinate representation of color #AEFFD5: hue angle of 148.89º 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 #AEFFD5 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 213 -
CMYK 0.32 0 0.16 0
HSL 148.89º 1% 0.84% -
HSV(B) 148.89º 0.32% 1% -
XYZ 65.23 85.32 75.98 -
YUV 225.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 174 255 213 0.32 0 0.16 0 148.89 1 0.84
Hex AE FF D5 20 0 10 0 95 64 54
Octal 256 377 325 40 0 20 0 225 144 124
Binary 10101110 11111111 11010101 100000 0 10000 0 10010101 1100100 1010100

Color Harmonies of #AEFFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFD5

Black with #AEFFD5

Text Example


Text Example

White with #AEFFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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