Html Css Color HEX #AADEC3 Magic Mint

📋 copy color: '#AADEC3'

red 170 ◦ green 222 ◦ blue 195

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

Shades of Magic Mint #AADEC3

Tints of Magic Mint #AADEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.22%

R = 28.96%
G = 37.82%
B = 33.22%

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

#AADEC3 (or 0xAADEC3) is known color: Magic Mint. HEX triplet: AA, DE and C3. RGB value is (170,222,195). Sum of RGB (Red+Green+Blue) = 170+222+195=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC3 is #55213C. Grayscale: #CBCBCB. Windows color (decimal): -5579069 or 12836522. OLE color: 12836522.

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

Color convert

RGB 170 222 195 -
CMYK 0.23 0 0.12 0.13
HSL 148.85º 0.44% 0.77% -
HSV(B) 148.85º 0.23% 0.87% -
XYZ 52.55 64.73 61.35 -
YUV 203.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 170 222 195 0.23 0 0.12 0.13 148.85 0.44 0.77
Hex AA DE C3 17 0 C D 95 2C 4D
Octal 252 336 303 27 0 14 15 225 54 115
Binary 10101010 11011110 11000011 10111 0 1100 1101 10010101 101100 1001101

Color Harmonies of #AADEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEC3

Black with #AADEC3

Text Example


Text Example

White with #AADEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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