Html Css Color HEX #AADFC7 Magic Mint

📋 copy color: '#AADFC7'

red 170 ◦ green 223 ◦ blue 199

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

Shades of Magic Mint #AADFC7

Tints of Magic Mint #AADFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 28.72%
G = 37.67%
B = 33.61%

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

#AADFC7 (or 0xAADFC7) is known color: Magic Mint. HEX triplet: AA, DF and C7. RGB value is (170,223,199). Sum of RGB (Red+Green+Blue) = 170+223+199=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFC7 is #552038. Grayscale: #CCCCCC. Windows color (decimal): -5578809 or 13098922. OLE color: 13098922.

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

Color convert

RGB 170 223 199 -
CMYK 0.24 0 0.11 0.13
HSL 152.83º 0.45% 0.77% -
HSV(B) 152.83º 0.24% 0.87% -
XYZ 53.27 65.44 63.86 -
YUV 204.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 170 223 199 0.24 0 0.11 0.13 152.83 0.45 0.77
Hex AA DF C7 18 0 B D 99 2D 4D
Octal 252 337 307 30 0 13 15 231 55 115
Binary 10101010 11011111 11000111 11000 0 1011 1101 10011001 101101 1001101

Color Harmonies of #AADFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFC7

Black with #AADFC7

Text Example


Text Example

White with #AADFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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