Html Css Color HEX #AADEC5 Magic Mint

📋 copy color: '#AADEC5'

red 170 ◦ green 222 ◦ blue 197

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

Shades of Magic Mint #AADEC5

Tints of Magic Mint #AADEC5

RGB

 RED value IS 170 (66.8% from 255) = 28.86%

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

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

R = 28.86%
G = 37.69%
B = 33.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AADEC5 (or 0xAADEC5) is known color: Magic Mint. HEX triplet: AA, DE and C5. RGB value is (170,222,197). Sum of RGB (Red+Green+Blue) = 170+222+197=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC5 is #55213A. Grayscale: #CBCBCB. Windows color (decimal): -5579067 or 12967594. OLE color: 12967594.

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

Color convert

RGB 170 222 197 -
CMYK 0.23 0 0.11 0.13
HSL 151.15º 0.44% 0.77% -
HSV(B) 151.15º 0.23% 0.87% -
XYZ 52.78 64.82 62.55 -
YUV 203.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 170 222 197 0.23 0 0.11 0.13 151.15 0.44 0.77
Hex AA DE C5 17 0 B D 97 2C 4D
Octal 252 336 305 27 0 13 15 227 54 115
Binary 10101010 11011110 11000101 10111 0 1011 1101 10010111 101100 1001101

Color Harmonies of #AADEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEC5

Black with #AADEC5

Text Example


Text Example

White with #AADEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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