#ADFAD9

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

Shades of Magic Mint #ADFAD9

Tints of Magic Mint #ADFAD9

Color information

#ADFAD9 (or 0xADFAD9) is unknown color: approx Magic Mint. HEX triplet: AD, FA and D9. RGB value is (173,250,217). Sum of RGB (Red+Green+Blue) = 173+250+217=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAD9 is #520526. Grayscale: #DFDFDF. Windows color (decimal): -5375271 or 14285485. OLE color: 14285485.

HSL color Cylindrical-coordinate representation of color #ADFAD9: hue angle of 154.29º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAD9 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB173250217-
CMYK0.3100.130.02
HSL154.29º88.51%82.94%-
HSV(B)154.29º30.8%98.04%-
XYZ63.9482.2778.15-
YUV223.22124.4992.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=27.03%
G=39.06%
B=33.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502170.3100.130.02154.2988.5182.94
HexADFAD91F0D29a5953
Octal255372331370152232131123
Binary1010110111111010110110011111101101101001101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAD9; }

 p { color: rgb(173,250,217); }

 H1.HeaderClassName
 {
   color: #ADFAD9;
 }
 .AnyTagClassName
 {
   color: #ADFAD9;
 }
</style>
background-color css

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

 a { background-color: rgb(173,250,217); }

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

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

 span { border-color: rgb(173,250,217); }

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