#ADF1C6

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

Shades of Magic Mint #ADF1C6

Tints of Magic Mint #ADF1C6

Color information

#ADF1C6 (or 0xADF1C6) is unknown color: approx Magic Mint. HEX triplet: AD, F1 and C6. RGB value is (173,241,198). Sum of RGB (Red+Green+Blue) = 173+241+198=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1C6 is #520E39. Grayscale: #D7D7D7. Windows color (decimal): -5377594 or 13037997. OLE color: 13037997.

HSL color Cylindrical-coordinate representation of color #ADF1C6: hue angle of 142.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1C6 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB173241198-
CMYK0.2800.180.05
HSL142.06º70.83%81.18%-
HSV(B)142.06º28.22%94.51%-
XYZ58.8875.8764.97-
YUV215.77117.9797.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=28.27%
G=39.38%
B=32.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411980.2800.180.05142.0670.8381.18
HexADF1C61C01258e4751
Octal255361306340225216107121
Binary101011011111000111000110111000100101011000111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1C6; }

 p { color: rgb(173,241,198); }

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

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

 a { background-color: rgb(173,241,198); }

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

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

 span { border-color: rgb(173,241,198); }

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