Html Css Color HEX #AEEED5 Magic Mint

📋 copy color: '#AEEED5'

red 174 ◦ green 238 ◦ blue 213

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

Shades of Magic Mint #AEEED5

Tints of Magic Mint #AEEED5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.08%

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

R = 27.84%
G = 38.08%
B = 34.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#AEEED5 (or 0xAEEED5) is known color: Magic Mint. HEX triplet: AE, EE and D5. RGB value is (174,238,213). Sum of RGB (Red+Green+Blue) = 174+238+213=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED5 is #51112A. Grayscale: #D8D8D8. Windows color (decimal): -5312811 or 14020270. OLE color: 14020270.

HSL color Cylindrical-coordinate representation of color #AEEED5: hue angle of 156.56º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEED5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 238 213 -
CMYK 0.27 0 0.11 0.07
HSL 156.56º 0.65% 0.81% -
HSV(B) 156.56º 0.27% 0.93% -
XYZ 60.04 74.95 74.25 -
YUV 216.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 174 238 213 0.27 0 0.11 0.07 156.56 0.65 0.81
Hex AE EE D5 1B 0 B 7 9D 41 51
Octal 256 356 325 33 0 13 7 235 101 121
Binary 10101110 11101110 11010101 11011 0 1011 111 10011101 1000001 1010001

Color Harmonies of #AEEED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEED5

Black with #AEEED5

Text Example


Text Example

White with #AEEED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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