Html Css Color HEX #AADDC3 Magic Mint

📋 copy color: '#AADDC3'

red 170 ◦ green 221 ◦ blue 195

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

Shades of Magic Mint #AADDC3

Tints of Magic Mint #AADDC3

RGB

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

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

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

R = 29.01%
G = 37.71%
B = 33.28%

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

#AADDC3 (or 0xAADDC3) is known color: Magic Mint. HEX triplet: AA, DD and C3. RGB value is (170,221,195). Sum of RGB (Red+Green+Blue) = 170+221+195=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC3 is #55223C. Grayscale: #CACACA. Windows color (decimal): -5579325 or 12836266. OLE color: 12836266.

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

Color convert

RGB 170 221 195 -
CMYK 0.23 0 0.12 0.13
HSL 149.41º 0.43% 0.77% -
HSV(B) 149.41º 0.23% 0.87% -
XYZ 52.28 64.2 61.27 -
YUV 202.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 170 221 195 0.23 0 0.12 0.13 149.41 0.43 0.77
Hex AA DD C3 17 0 C D 95 2B 4D
Octal 252 335 303 27 0 14 15 225 53 115
Binary 10101010 11011101 11000011 10111 0 1100 1101 10010101 101011 1001101

Color Harmonies of #AADDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDC3

Black with #AADDC3

Text Example


Text Example

White with #AADDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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