Html Css Color HEX #AADEC2 Magic Mint

📋 copy color: '#AADEC2'

red 170 ◦ green 222 ◦ blue 194

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

Shades of Magic Mint #AADEC2

Tints of Magic Mint #AADEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 29.01%
G = 37.88%
B = 33.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#AADEC2 (or 0xAADEC2) is known color: Magic Mint. HEX triplet: AA, DE and C2. RGB value is (170,222,194). Sum of RGB (Red+Green+Blue) = 170+222+194=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC2 is #55213D. Grayscale: #CBCBCB. Windows color (decimal): -5579070 or 12770986. OLE color: 12770986.

HSL color Cylindrical-coordinate representation of color #AADEC2: hue angle of 147.69º 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 #AADEC2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 194 -
CMYK 0.23 0 0.13 0.13
HSL 147.69º 0.44% 0.77% -
HSV(B) 147.69º 0.23% 0.87% -
XYZ 52.44 64.68 60.76 -
YUV 203.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 170 222 194 0.23 0 0.13 0.13 147.69 0.44 0.77
Hex AA DE C2 17 0 D D 94 2C 4D
Octal 252 336 302 27 0 15 15 224 54 115
Binary 10101010 11011110 11000010 10111 0 1101 1101 10010100 101100 1001101

Color Harmonies of #AADEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEC2

Black with #AADEC2

Text Example


Text Example

White with #AADEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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