Html Css Color HEX #AEEED4 Magic Mint

📋 copy color: '#AEEED4'

red 174 ◦ green 238 ◦ blue 212

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

Shades of Magic Mint #AEEED4

Tints of Magic Mint #AEEED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.97%

R = 27.88%
G = 38.14%
B = 33.97%

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

#AEEED4 (or 0xAEEED4) is known color: Magic Mint. HEX triplet: AE, EE and D4. RGB value is (174,238,212). Sum of RGB (Red+Green+Blue) = 174+238+212=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED4 is #51112B. Grayscale: #D7D7D7. Windows color (decimal): -5312812 or 13954734. OLE color: 13954734.

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

Color convert

RGB 174 238 212 -
CMYK 0.27 0 0.11 0.07
HSL 155.63º 0.65% 0.81% -
HSV(B) 155.63º 0.27% 0.93% -
XYZ 59.91 74.9 73.59 -
YUV 215.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 174 238 212 0.27 0 0.11 0.07 155.63 0.65 0.81
Hex AE EE D4 1B 0 B 7 9C 41 51
Octal 256 356 324 33 0 13 7 234 101 121
Binary 10101110 11101110 11010100 11011 0 1011 111 10011100 1000001 1010001

Color Harmonies of #AEEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEED4

Black with #AEEED4

Text Example


Text Example

White with #AEEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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