Html Css Color HEX #AEEDC8 Magic Mint

📋 copy color: '#AEEDC8'

red 174 ◦ green 237 ◦ blue 200

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

Shades of Magic Mint #AEEDC8

Tints of Magic Mint #AEEDC8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.79%

 BLUE value IS 200 (78.52% from 255) = 32.73%

R = 28.48%
G = 38.79%
B = 32.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#AEEDC8 (or 0xAEEDC8) is known color: Magic Mint. HEX triplet: AE, ED and C8. RGB value is (174,237,200). Sum of RGB (Red+Green+Blue) = 174+237+200=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDC8 is #511237. Grayscale: #D6D6D6. Windows color (decimal): -5313080 or 13168046. OLE color: 13168046.

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

Color convert

RGB 174 237 200 -
CMYK 0.27 0 0.16 0.07
HSL 144.76º 0.64% 0.81% -
HSV(B) 144.76º 0.27% 0.93% -
XYZ 58.17 73.74 65.81 -
YUV 213.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 174 237 200 0.27 0 0.16 0.07 144.76 0.64 0.81
Hex AE ED C8 1B 0 10 7 91 40 51
Octal 256 355 310 33 0 20 7 221 100 121
Binary 10101110 11101101 11001000 11011 0 10000 111 10010001 1000000 1010001

Color Harmonies of #AEEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDC8

Black with #AEEDC8

Text Example


Text Example

White with #AEEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDC8; }

 p { color: rgb(174,237,200); }

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

background-color css

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

 a { background-color: rgb(174,237,200); }

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

border-color css

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

 span { border-color: rgb(174,237,200); }

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