Html Css Color HEX #AADEC4 Magic Mint

📋 copy color: '#AADEC4'

red 170 ◦ green 222 ◦ blue 196

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

Shades of Magic Mint #AADEC4

Tints of Magic Mint #AADEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 28.91%
G = 37.76%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#AADEC4 (or 0xAADEC4) is known color: Magic Mint. HEX triplet: AA, DE and C4. RGB value is (170,222,196). Sum of RGB (Red+Green+Blue) = 170+222+196=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC4 is #55213B. Grayscale: #CBCBCB. Windows color (decimal): -5579068 or 12902058. OLE color: 12902058.

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

Color convert

RGB 170 222 196 -
CMYK 0.23 0 0.12 0.13
HSL 150º 0.44% 0.77% -
HSV(B) 150º 0.23% 0.87% -
XYZ 52.66 64.77 61.95 -
YUV 203.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 170 222 196 0.23 0 0.12 0.13 150 0.44 0.77
Hex AA DE C4 17 0 C D 96 2C 4D
Octal 252 336 304 27 0 14 15 226 54 115
Binary 10101010 11011110 11000100 10111 0 1100 1101 10010110 101100 1001101

Color Harmonies of #AADEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEC4

Black with #AADEC4

Text Example


Text Example

White with #AADEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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