Html Css Color HEX #AADCC3 Magic Mint

📋 copy color: '#AADCC3'

red 170 ◦ green 220 ◦ blue 195

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

Shades of Magic Mint #AADCC3

Tints of Magic Mint #AADCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

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

R = 29.06%
G = 37.61%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#AADCC3 (or 0xAADCC3) is known color: Magic Mint. HEX triplet: AA, DC and C3. RGB value is (170,220,195). Sum of RGB (Red+Green+Blue) = 170+220+195=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC3 is #55233C. Grayscale: #CACACA. Windows color (decimal): -5579581 or 12836010. OLE color: 12836010.

HSL color Cylindrical-coordinate representation of color #AADCC3: hue angle of 150º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCC3 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 195 -
CMYK 0.23 0 0.11 0.14
HSL 150º 0.42% 0.76% -
HSV(B) 150º 0.23% 0.86% -
XYZ 52.02 63.67 61.18 -
YUV 202.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 170 220 195 0.23 0 0.11 0.14 150 0.42 0.76
Hex AA DC C3 17 0 B E 96 2A 4C
Octal 252 334 303 27 0 13 16 226 52 114
Binary 10101010 11011100 11000011 10111 0 1011 1110 10010110 101010 1001100

Color Harmonies of #AADCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCC3

Black with #AADCC3

Text Example


Text Example

White with #AADCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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