#ADFAD7

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

Shades of Magic Mint #ADFAD7

Tints of Magic Mint #ADFAD7

Color information

#ADFAD7 (or 0xADFAD7) is unknown color: approx Magic Mint. HEX triplet: AD, FA and D7. RGB value is (173,250,215). Sum of RGB (Red+Green+Blue) = 173+250+215=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAD7 is #520528. Grayscale: #DFDFDF. Windows color (decimal): -5375273 or 14154413. OLE color: 14154413.

HSL color Cylindrical-coordinate representation of color #ADFAD7: hue angle of 152.73º 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 #ADFAD7 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB173250215-
CMYK0.3100.140.02
HSL152.73º88.51%82.94%-
HSV(B)152.73º30.8%98.04%-
XYZ63.6882.1676.79-
YUV222.99123.4992.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=27.12%
G=39.18%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502150.3100.140.02152.7388.5182.94
HexADFAD71F0E2995953
Octal255372327370162231131123
Binary1010110111111010110101111111101110101001100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAD7; }

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

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

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

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

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

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

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

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