#AADFC1

Color #AADFC1 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AADFC1

Tints of Magic Mint #AADFC1

Color information

#AADFC1 (or 0xAADFC1) is unknown color: approx 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

RGB170223193-
CMYK0.2400.130.13
HSL146.04º45.3%77.06%-
HSV(B)146.04º23.77%87.45%-
XYZ52.5965.1760.26-
YUV203.73121.94103.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231930.2400.130.13146.0445.377.06
HexAADFC1180DD922d4d
Octal252337301300151522255115
Binary10101010110111111100000111000011011101100100101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>