Html Css Color HEX #AEDDC5 Magic Mint

📋 copy color: '#AEDDC5'

red 174 ◦ green 221 ◦ blue 197

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

Shades of Magic Mint #AEDDC5

Tints of Magic Mint #AEDDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

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

R = 29.39%
G = 37.33%
B = 33.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AEDDC5 (or 0xAEDDC5) is known color: Magic Mint. HEX triplet: AE, DD and C5. RGB value is (174,221,197). Sum of RGB (Red+Green+Blue) = 174+221+197=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC5 is #51223A. Grayscale: #CCCCCC. Windows color (decimal): -5317179 or 12967342. OLE color: 12967342.

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

Color convert

RGB 174 221 197 -
CMYK 0.21 0 0.11 0.13
HSL 149.36º 0.41% 0.77% -
HSV(B) 149.36º 0.21% 0.87% -
XYZ 53.39 64.74 62.51 -
YUV 204.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 174 221 197 0.21 0 0.11 0.13 149.36 0.41 0.77
Hex AE DD C5 15 0 B D 95 29 4D
Octal 256 335 305 25 0 13 15 225 51 115
Binary 10101110 11011101 11000101 10101 0 1011 1101 10010101 101001 1001101

Color Harmonies of #AEDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDC5

Black with #AEDDC5

Text Example


Text Example

White with #AEDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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