Html Css Color HEX #AEEED1 Magic Mint

📋 copy color: '#AEEED1'

red 174 ◦ green 238 ◦ blue 209

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

Shades of Magic Mint #AEEED1

Tints of Magic Mint #AEEED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.66%

R = 28.02%
G = 38.33%
B = 33.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#AEEED1 (or 0xAEEED1) is known color: Magic Mint. HEX triplet: AE, EE and D1. RGB value is (174,238,209). Sum of RGB (Red+Green+Blue) = 174+238+209=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED1 is #51112E. Grayscale: #D7D7D7. Windows color (decimal): -5312815 or 13758126. OLE color: 13758126.

HSL color Cylindrical-coordinate representation of color #AEEED1: hue angle of 152.81º 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 #AEEED1 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 238 209 -
CMYK 0.27 0 0.12 0.07
HSL 152.81º 0.65% 0.81% -
HSV(B) 152.81º 0.27% 0.93% -
XYZ 59.54 74.75 71.61 -
YUV 215.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 174 238 209 0.27 0 0.12 0.07 152.81 0.65 0.81
Hex AE EE D1 1B 0 C 7 99 41 51
Octal 256 356 321 33 0 14 7 231 101 121
Binary 10101110 11101110 11010001 11011 0 1100 111 10011001 1000001 1010001

Color Harmonies of #AEEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEED1

Black with #AEEED1

Text Example


Text Example

White with #AEEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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