Html Css Color HEX #AEF0D5 Magic Mint

📋 copy color: '#AEF0D5'

red 174 ◦ green 240 ◦ blue 213

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

Shades of Magic Mint #AEF0D5

Tints of Magic Mint #AEF0D5

RGB

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

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

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

R = 27.75%
G = 38.28%
B = 33.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#AEF0D5 (or 0xAEF0D5) is known color: Magic Mint. HEX triplet: AE, F0 and D5. RGB value is (174,240,213). Sum of RGB (Red+Green+Blue) = 174+240+213=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0D5 is #510F2A. Grayscale: #D9D9D9. Windows color (decimal): -5312299 or 14020782. OLE color: 14020782.

HSL color Cylindrical-coordinate representation of color #AEF0D5: hue angle of 155.45º 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 #AEF0D5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 213 -
CMYK 0.28 0 0.11 0.06
HSL 155.45º 0.69% 0.81% -
HSV(B) 155.45º 0.28% 0.94% -
XYZ 60.63 76.12 74.45 -
YUV 217.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 174 240 213 0.28 0 0.11 0.06 155.45 0.69 0.81
Hex AE F0 D5 1C 0 B 6 9B 45 51
Octal 256 360 325 34 0 13 6 233 105 121
Binary 10101110 11110000 11010101 11100 0 1011 110 10011011 1000101 1010001

Color Harmonies of #AEF0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0D5

Black with #AEF0D5

Text Example


Text Example

White with #AEF0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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