Html Css Color HEX #AADDC7 Magic Mint

📋 copy color: '#AADDC7'

red 170 ◦ green 221 ◦ blue 199

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

Shades of Magic Mint #AADDC7

Tints of Magic Mint #AADDC7

RGB

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

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

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

R = 28.81%
G = 37.46%
B = 33.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#AADDC7 (or 0xAADDC7) is known color: Magic Mint. HEX triplet: AA, DD and C7. RGB value is (170,221,199). Sum of RGB (Red+Green+Blue) = 170+221+199=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC7 is #552238. Grayscale: #CBCBCB. Windows color (decimal): -5579321 or 13098410. OLE color: 13098410.

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

Color convert

RGB 170 221 199 -
CMYK 0.23 0 0.10 0.13
HSL 154.12º 0.43% 0.77% -
HSV(B) 154.12º 0.23% 0.87% -
XYZ 52.74 64.38 63.68 -
YUV 203.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 170 221 199 0.23 0 0.10 0.13 154.12 0.43 0.77
Hex AA DD C7 17 0 A D 9A 2B 4D
Octal 252 335 307 27 0 12 15 232 53 115
Binary 10101010 11011101 11000111 10111 0 1010 1101 10011010 101011 1001101

Color Harmonies of #AADDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDC7

Black with #AADDC7

Text Example


Text Example

White with #AADDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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