Html Css Color HEX #AADCC6 Magic Mint

📋 copy color: '#AADCC6'

red 170 ◦ green 220 ◦ blue 198

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

Shades of Magic Mint #AADCC6

Tints of Magic Mint #AADCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 28.91%
G = 37.41%
B = 33.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#AADCC6 (or 0xAADCC6) is known color: Magic Mint. HEX triplet: AA, DC and C6. RGB value is (170,220,198). Sum of RGB (Red+Green+Blue) = 170+220+198=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC6 is #552339. Grayscale: #CACACA. Windows color (decimal): -5579578 or 13032618. OLE color: 13032618.

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

Color convert

RGB 170 220 198 -
CMYK 0.23 0 0.1 0.14
HSL 153.6º 0.42% 0.76% -
HSV(B) 153.6º 0.23% 0.86% -
XYZ 52.36 63.81 62.98 -
YUV 202.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 170 220 198 0.23 0 0.1 0.14 153.6 0.42 0.76
Hex AA DC C6 17 0 A E 9A 2A 4C
Octal 252 334 306 27 0 12 16 232 52 114
Binary 10101010 11011100 11000110 10111 0 1010 1110 10011010 101010 1001100

Color Harmonies of #AADCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCC6

Black with #AADCC6

Text Example


Text Example

White with #AADCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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