Html Css Color HEX #AADFC6 Magic Mint

📋 copy color: '#AADFC6'

red 170 ◦ green 223 ◦ blue 198

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

Shades of Magic Mint #AADFC6

Tints of Magic Mint #AADFC6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.73%

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

R = 28.76%
G = 37.73%
B = 33.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AADFC6 (or 0xAADFC6) is known color: Magic Mint. HEX triplet: AA, DF and C6. RGB value is (170,223,198). Sum of RGB (Red+Green+Blue) = 170+223+198=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFC6 is #552039. Grayscale: #CCCCCC. Windows color (decimal): -5578810 or 13033386. OLE color: 13033386.

HSL color Cylindrical-coordinate representation of color #AADFC6: hue angle of 151.7º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFC6 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 198 -
CMYK 0.24 0 0.11 0.13
HSL 151.7º 0.45% 0.77% -
HSV(B) 151.7º 0.24% 0.87% -
XYZ 53.16 65.4 63.25 -
YUV 204.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 170 223 198 0.24 0 0.11 0.13 151.7 0.45 0.77
Hex AA DF C6 18 0 B D 98 2D 4D
Octal 252 337 306 30 0 13 15 230 55 115
Binary 10101010 11011111 11000110 11000 0 1011 1101 10011000 101101 1001101

Color Harmonies of #AADFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFC6

Black with #AADFC6

Text Example


Text Example

White with #AADFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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