Html Css Color HEX #AEDEC5 Magic Mint

📋 copy color: '#AEDEC5'

red 174 ◦ green 222 ◦ blue 197

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

Shades of Magic Mint #AEDEC5

Tints of Magic Mint #AEDEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.44%

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 29.34%
G = 37.44%
B = 33.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AEDEC5 (or 0xAEDEC5) is known color: Magic Mint. HEX triplet: AE, DE and C5. RGB value is (174,222,197). Sum of RGB (Red+Green+Blue) = 174+222+197=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC5 is #51213A. Grayscale: #CCCCCC. Windows color (decimal): -5316923 or 12967598. OLE color: 12967598.

HSL color Cylindrical-coordinate representation of color #AEDEC5: hue angle of 148.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEC5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 197 -
CMYK 0.22 0 0.11 0.13
HSL 148.75º 0.42% 0.78% -
HSV(B) 148.75º 0.22% 0.87% -
XYZ 53.65 65.27 62.59 -
YUV 204.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 174 222 197 0.22 0 0.11 0.13 148.75 0.42 0.78
Hex AE DE C5 16 0 B D 95 2A 4E
Octal 256 336 305 26 0 13 15 225 52 116
Binary 10101110 11011110 11000101 10110 0 1011 1101 10010101 101010 1001110

Color Harmonies of #AEDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEC5

Black with #AEDEC5

Text Example


Text Example

White with #AEDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEC5; }

 p { color: rgb(174,222,197); }

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

background-color css

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

 a { background-color: rgb(174,222,197); }

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

border-color css

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

 span { border-color: rgb(174,222,197); }

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