Html Css Color HEX #AADFC1 Magic Mint

📋 copy color: '#AADFC1'

red 170 ◦ green 223 ◦ blue 193

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

Shades of Magic Mint #AADFC1

Tints of Magic Mint #AADFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.94%

R = 29.01%
G = 38.05%
B = 32.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#AADFC1 (or 0xAADFC1) is known color: Magic Mint. HEX triplet: AA, DF and C1. RGB value is (170,223,193). Sum of RGB (Red+Green+Blue) = 170+223+193=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFC1 is #55203E. Grayscale: #CBCBCB. Windows color (decimal): -5578815 or 12705706. OLE color: 12705706.

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

Color convert

RGB 170 223 193 -
CMYK 0.24 0 0.13 0.13
HSL 146.04º 0.45% 0.77% -
HSV(B) 146.04º 0.24% 0.87% -
XYZ 52.59 65.17 60.26 -
YUV 203.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 170 223 193 0.24 0 0.13 0.13 146.04 0.45 0.77
Hex AA DF C1 18 0 D D 92 2D 4D
Octal 252 337 301 30 0 15 15 222 55 115
Binary 10101010 11011111 11000001 11000 0 1101 1101 10010010 101101 1001101

Color Harmonies of #AADFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFC1

Black with #AADFC1

Text Example


Text Example

White with #AADFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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