Html Css Color HEX #AEF0D7 Magic Mint

📋 copy color: '#AEF0D7'

red 174 ◦ green 240 ◦ blue 215

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

Shades of Magic Mint #AEF0D7

Tints of Magic Mint #AEF0D7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.16%

 BLUE value IS 215 (84.38% from 255) = 34.18%

R = 27.66%
G = 38.16%
B = 34.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#AEF0D7 (or 0xAEF0D7) is known color: Magic Mint. HEX triplet: AE, F0 and D7. RGB value is (174,240,215). Sum of RGB (Red+Green+Blue) = 174+240+215=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0D7 is #510F28. Grayscale: #D9D9D9. Windows color (decimal): -5312297 or 14151854. OLE color: 14151854.

HSL color Cylindrical-coordinate representation of color #AEF0D7: hue angle of 157.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0D7 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 215 -
CMYK 0.28 0 0.10 0.06
HSL 157.27º 0.69% 0.81% -
HSV(B) 157.27º 0.28% 0.94% -
XYZ 60.88 76.23 75.79 -
YUV 217.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 174 240 215 0.28 0 0.10 0.06 157.27 0.69 0.81
Hex AE F0 D7 1C 0 A 6 9D 45 51
Octal 256 360 327 34 0 12 6 235 105 121
Binary 10101110 11110000 11010111 11100 0 1010 110 10011101 1000101 1010001

Color Harmonies of #AEF0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0D7

Black with #AEF0D7

Text Example


Text Example

White with #AEF0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0D7; }

 p { color: rgb(174,240,215); }

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

background-color css

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

 a { background-color: rgb(174,240,215); }

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

border-color css

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

 span { border-color: rgb(174,240,215); }

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